#4894F2

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

Shades of Cornflower Blue #4894F2

Tints of Cornflower Blue #4894F2

Color information

#4894F2 (or 0x4894F2) is unknown color: approx Cornflower Blue. HEX triplet: 48, 94 and F2. RGB value is (72,148,242). Sum of RGB (Red+Green+Blue) = 72+148+242=462 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.58% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #4894F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4894F2 is #B76B0D. Grayscale: #878787. Windows color (decimal): -12020494 or 15897672. OLE color: 15897672.

HSL color Cylindrical-coordinate representation of color #4894F2: hue angle of 213.18º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4894F2 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB72148242-
CMYK0.700.3900.05
HSL213.18º86.73%61.57%-
HSV(B)213.18º70.25%94.9%-
XYZ29.2928.9788.05-
YUV135.99187.8282.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.58%
GREEN value IS 148 (58.20% from 255) = 32.03%
BLUE value IS 242 (94.92% from 255) = 52.38%
R=15.58%
G=32.03%
B=52.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal721482420.700.3900.05213.1886.7361.57
Hex4894F2462705d5573e
Octal110224362106470532512776
Binary1001000100101001111001010001101001110101110101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4894F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4894F2; }

 p { color: rgb(72,148,242); }

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

<style>
 a { background-color: #4894F2; }

 a { background-color: rgb(72,148,242); }

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

<style>
 span { border-color: #4894F2; }

 span { border-color: rgb(72,148,242); }

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