Color Hex Logo

#4273cf Color Hex

#4273CF
(66,115,207)
0 Favorites   0 Comments

Color spaces of #4273cf

RGB 66115207
HSL0.610.590.54
HSV219°68°81°
CMYK 0.680.440.00   0.19
XYZ19.640017.924761.4562
Yxy17.92470.19830.1810
Hunter Lab42.33768.7137-56.4276
CIE-Lab49.404613.6834-52.5178

#4273cf color RGB value is (66,115,207).

#4273cf hex color red value is 66, green value is 115 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4273cf hue: 0.61 , saturation: 0.59 and the lightness value of 4273cf is 0.54.

The process color (four color CMYK) of #4273cf color hex is 0.68, 0.44, 0.00, 0.19. Web safe color of #4273cf is #3366cc. Color #4273cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110011 11001111
Octal 102 163 317
Decimal 66 115 207
Hex 42 73 CF

RGB Percentages of Color #4273cf

%17.01
%29.64
%53.35

CMYK Percentages of Color #4273cf

%68
%44
%0
%19

Triadic Colors of #4273cf

#4273cf #cf4273 #73cf42

Analogous Colors of #4273cf

#4273cf #5842cf #42bacf

Monochromatic Colors of #4273cf

#4273cf

Complementary Color

#4273cf #cf9e42

#4273cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4273cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4273cf Color CSS Codes

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

#4273cf Text Font Color

<p style="color:#4273cf">Text here</p>

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


#4273cf Background Color

<div style="background-color:#4273cf">
Div content here</div>

This div background color is #4273cf


#4273cf Border Color

<div style="border:3px solid #4273cf">
Div here</div>

This div border color is #4273cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,115,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4273cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4273cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4273cf;
  box-shadow:         1px 1px 3px 2px #4273cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4273cf


Comments

No comments written yet.

Please login to write comment.