#478eea

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

Shades of Cornflower Blue #478EEA

Tints of Cornflower Blue #478EEA

Color information

#478EEA (or 0x478EEA) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8E and EA. RGB value is (71,142,234). Sum of RGB (Red+Green+Blue) = 71+142+234=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #478EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478EEA is #B87115. Grayscale: #828282. Windows color (decimal): -12087574 or 15371847. OLE color: 15371847.

HSL color Cylindrical-coordinate representation of color #478EEA: hue angle of 213.87º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478EEA is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB71142234-
CMYK0.700.3900.08
HSL213.87º79.51%59.8%-
HSV(B)213.87º69.66%91.76%-
XYZ27.1226.6381.55-
YUV131.26185.9885.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.88%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 234 (91.80% from 255) = 52.35%
R=15.88%
G=31.77%
B=52.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal711422340.700.3900.08213.8779.5159.8
Hex478EEA462708d6503c
Octal1072163521064701032612074
Binary10001111000111011101010100011010011101000110101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478eea; }

 p { color: rgb(71,142,234); }

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

<style>
 a { background-color: #478eea; }

 a { background-color: rgb(71,142,234); }

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

<style>
 span { border-color: #478eea; }

 span { border-color: rgb(71,142,234); }

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