#4E9AFC

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

Shades of Cornflower Blue #4E9AFC

Tints of Cornflower Blue #4E9AFC

Color information

#4E9AFC (or 0x4E9AFC) is unknown color: approx Cornflower Blue. HEX triplet: 4E, 9A and FC. RGB value is (78,154,252). Sum of RGB (Red+Green+Blue) = 78+154+252=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E9AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E9AFC is #B16503. Grayscale: #8D8D8D. Windows color (decimal): -11625732 or 16554574. OLE color: 16554574.

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

Color convert

RGB78154252-
CMYK0.690.3900.01
HSL213.79º96.67%64.71%-
HSV(B)213.79º69.05%98.82%-
XYZ32.2731.7696.52-
YUV142.45189.8282.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.12%
GREEN value IS 154 (60.55% from 255) = 31.82%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=16.12%
G=31.82%
B=52.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781542520.690.3900.01213.7996.6764.71
Hex4E9AFC452701d66141
Octal1162323741054701326141101
Binary100111010011010111111001000101100111011101011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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