Color Hex Logo

#4673ed Color Hex

#4673ED
(70,115,237)
0 Favorites   0 Comments

Color spaces of #4673ed

RGB 70115237
HSL0.620.820.60
HSV224°70°93°
CMYK 0.700.510.00   0.07
XYZ23.942619.678082.6571
Yxy19.67800.18960.1558
Hunter Lab44.359918.7129-79.4249
CIE-Lab51.471224.9533-66.1174

#4673ed color RGB value is (70,115,237).

#4673ed hex color red value is 70, green value is 115 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4673ed hue: 0.62 , saturation: 0.82 and the lightness value of 4673ed is 0.60.

The process color (four color CMYK) of #4673ed color hex is 0.70, 0.51, 0.00, 0.07. Web safe color of #4673ed is #3366ff. Color #4673ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01110011 11101101
Octal 106 163 355
Decimal 70 115 237
Hex 46 73 ED

RGB Percentages of Color #4673ed

%16.59
%27.25
%56.16

CMYK Percentages of Color #4673ed

%70
%51
%0
%7

Triadic Colors of #4673ed

#4673ed #ed4673 #73ed46

Analogous Colors of #4673ed

#4673ed #6d46ed #46c7ed

Monochromatic Colors of #4673ed

#4673ed

Complementary Color

#4673ed #edc046

#4673ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4673ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4673ed Color CSS Codes

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

#4673ed Text Font Color

<p style="color:#4673ed">Text here</p>

This sample text font color is #4673ed
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.


#4673ed Background Color

<div style="background-color:#4673ed">
Div content here</div>

This div background color is #4673ed


#4673ed Border Color

<div style="border:3px solid #4673ed">
Div here</div>

This div border color is #4673ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,115,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4673ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4673ed;
  -webkit-box-shadow: 1px 1px 3px 2px #4673ed;
  box-shadow:         1px 1px 3px 2px #4673ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4673ed


Comments

No comments written yet.

Please login to write comment.