#4CA2EF

Color #4CA2EF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4CA2EF

Tints of Cornflower Blue #4CA2EF

Color information

#4CA2EF (or 0x4CA2EF) is unknown color: approx Cornflower Blue. HEX triplet: 4C, A2 and EF. RGB value is (76,162,239). Sum of RGB (Red+Green+Blue) = 76+162+239=477 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.93% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CA2EF is #B35D10. Grayscale: #909090. Windows color (decimal): -11754769 or 15704652. OLE color: 15704652.

HSL color Cylindrical-coordinate representation of color #4CA2EF: hue angle of 208.34º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CA2EF is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76162239-
CMYK0.680.3200.06
HSL208.34º83.59%61.76%-
HSV(B)208.34º68.2%93.73%-
XYZ31.4833.6186.49-
YUV145.06181.0178.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 15.93%
GREEN value IS 162 (63.67% from 255) = 33.96%
BLUE value IS 239 (93.75% from 255) = 50.10%
R=15.93%
G=33.96%
B=50.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761622390.680.3200.06208.3483.5961.76
Hex4CA2EF442006d0543e
Octal114242357104400632012476
Binary1001100101000101110111110001001000000110110100001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CA2EF; }

 p { color: rgb(76,162,239); }

 H1.HeaderClassName
 {
   color: #4CA2EF;
 }
 .AnyTagClassName
 {
   color: #4CA2EF;
 }
</style>
background-color css

<style>
 a { background-color: #4CA2EF; }

 a { background-color: rgb(76,162,239); }

 div.DivClassName
 {
   background-color: #4CA2EF;
 }
 .BgClassName
 {
   background-color: #4CA2EF;
 }
</style>
border-color css

<style>
 span { border-color: #4CA2EF; }

 span { border-color: rgb(76,162,239); }

 td.TdClassName
 {
   border-color: #4CA2EF;
 }
 .TagClassName
 {
   border-color: #4CA2EF;
 }
</style>