Color Hex Logo

#4675ea Color Hex

#4675EA
(70,117,234)
0 Favorites   0 Comments

Color spaces of #4675ea

RGB 70117234
HSL0.620.800.60
HSV223°70°92°
CMYK 0.700.500.00   0.08
XYZ23.738419.965280.4444
Yxy19.96520.19120.1608
Hunter Lab44.682416.6373-75.4655
CIE-Lab51.797822.6450-63.9114

#4675ea color RGB value is (70,117,234).

#4675ea hex color red value is 70, green value is 117 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4675ea hue: 0.62 , saturation: 0.80 and the lightness value of 4675ea is 0.60.

The process color (four color CMYK) of #4675ea color hex is 0.70, 0.50, 0.00, 0.08. Web safe color of #4675ea is #3366ff. Color #4675ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110101 11101010
Octal 106 165 352
Decimal 70 117 234
Hex 46 75 EA

RGB Percentages of Color #4675ea

%16.63
%27.79
%55.58

CMYK Percentages of Color #4675ea

%70
%50
%0
%8

Triadic Colors of #4675ea

#4675ea #ea4675 #75ea46

Analogous Colors of #4675ea

#4675ea #6946ea #46c7ea

Monochromatic Colors of #4675ea

#4675ea

Complementary Color

#4675ea #eabb46

#4675ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4675ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4675ea Color CSS Codes

.mybgcolor {background-color:#4675ea; } 
.myforecolor {color:#4675ea; }
.mybordercolor {border:3px solid #4675ea; }

#4675ea Text Font Color

<p style="color:#4675ea">Text here</p>

This sample text font color is #4675ea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4675ea Background Color

<div style="background-color:#4675ea">
Div content here</div>

This div background color is #4675ea


#4675ea Border Color

<div style="border:3px solid #4675ea">
Div here</div>

This div border color is #4675ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,117,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4675ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4675ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4675ea;
  box-shadow:         1px 1px 3px 2px #4675ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,117,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4675ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4675ea;
  -webkit-box-shadow: 1px 1px 3px 2px #4675ea;
  box-shadow:         1px 1px 3px 2px #4675ea;">
Div content here</div>

This div box has shadow with color #4675ea


Comments

No comments written yet.

Please login to write comment.