#4C8DDF

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

Shades of Cornflower Blue #4C8DDF

Tints of Cornflower Blue #4C8DDF

Color information

#4C8DDF (or 0x4C8DDF) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 8D and DF. RGB value is (76,141,223). Sum of RGB (Red+Green+Blue) = 76+141+223=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C8DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8DDF is #B37220. Grayscale: #828282. Windows color (decimal): -11760161 or 14650700. OLE color: 14650700.

HSL color Cylindrical-coordinate representation of color #4C8DDF: hue angle of 213.47º 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 #4C8DDF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76141223-
CMYK0.660.3700.13
HSL213.47º69.67%58.63%-
HSV(B)213.47º65.92%87.45%-
XYZ25.8225.9173.45-
YUV130.91179.9788.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.27%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=17.27%
G=32.05%
B=50.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761412230.660.3700.13213.4769.6758.63
Hex4C8DDF42250Dd5463b
Octal1142153371024501532510673
Binary10011001000110111011111100001010010101101110101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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