#4C8EDF

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

Shades of Cornflower Blue #4C8EDF

Tints of Cornflower Blue #4C8EDF

Color information

#4C8EDF (or 0x4C8EDF) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 8E and DF. RGB value is (76,142,223). Sum of RGB (Red+Green+Blue) = 76+142+223=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C8EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8EDF is #B37120. Grayscale: #838383. Windows color (decimal): -11759905 or 14650956. OLE color: 14650956.

HSL color Cylindrical-coordinate representation of color #4C8EDF: hue angle of 213.06º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C8EDF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76142223-
CMYK0.660.3600.13
HSL213.06º69.67%58.63%-
HSV(B)213.06º65.92%87.45%-
XYZ25.9726.2173.5-
YUV131.5179.6388.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.23%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 223 (87.5% from 255) = 50.57%
R=17.23%
G=32.20%
B=50.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761422230.660.3600.13213.0669.6758.63
Hex4C8EDF42240Dd5463b
Octal1142163371024401532510673
Binary10011001000111011011111100001010010001101110101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,142,223); }

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

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

 a { background-color: rgb(76,142,223); }

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

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

 span { border-color: rgb(76,142,223); }

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