#478EF4

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

Shades of Cornflower Blue #478EF4

Tints of Cornflower Blue #478EF4

Color information

#478EF4 (or 0x478EF4) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8E and F4. RGB value is (71,142,244). Sum of RGB (Red+Green+Blue) = 71+142+244=457 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.54% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #478EF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478EF4 is #B8710B. Grayscale: #838383. Windows color (decimal): -12087564 or 16027207. OLE color: 16027207.

HSL color Cylindrical-coordinate representation of color #478EF4: hue angle of 215.38º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #478EF4 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71142244-
CMYK0.710.4200.04
HSL215.38º88.72%61.76%-
HSV(B)215.38º70.9%95.69%-
XYZ28.627.2289.33-
YUV132.4190.9884.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.54%
GREEN value IS 142 (55.86% from 255) = 31.07%
BLUE value IS 244 (95.70% from 255) = 53.39%
R=15.54%
G=31.07%
B=53.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal711422440.710.4200.04215.3888.7261.76
Hex478EF4472A04d7593e
Octal107216364107520432713176
Binary1000111100011101111010010001111010100100110101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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