#4C9AFC

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

Shades of Cornflower Blue #4C9AFC

Tints of Cornflower Blue #4C9AFC

Color information

#4C9AFC (or 0x4C9AFC) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 9A and FC. RGB value is (76,154,252). Sum of RGB (Red+Green+Blue) = 76+154+252=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C9AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C9AFC is #B36503. Grayscale: #8D8D8D. Windows color (decimal): -11756804 or 16554572. OLE color: 16554572.

HSL color Cylindrical-coordinate representation of color #4C9AFC: hue angle of 213.41º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C9AFC is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB76154252-
CMYK0.700.3900.01
HSL213.41º96.7%64.31%-
HSV(B)213.41º69.84%98.82%-
XYZ32.1131.6896.52-
YUV141.85190.1681.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.77%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 252 (98.83% from 255) = 52.28%
R=15.77%
G=31.95%
B=52.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal761542520.700.3900.01213.4196.764.31
Hex4C9AFC462701d56140
Octal1142323741064701325141100
Binary100110010011010111111001000110100111011101010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,154,252); }

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

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

 a { background-color: rgb(76,154,252); }

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

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

 span { border-color: rgb(76,154,252); }

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