#478DF4

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

Shades of Cornflower Blue #478DF4

Tints of Cornflower Blue #478DF4

Color information

#478DF4 (or 0x478DF4) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8D and F4. RGB value is (71,141,244). Sum of RGB (Red+Green+Blue) = 71+141+244=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #478DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478DF4 is #B8720B. Grayscale: #838383. Windows color (decimal): -12087820 or 16026951. OLE color: 16026951.

HSL color Cylindrical-coordinate representation of color #478DF4: hue angle of 215.72º 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 #478DF4 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB71141244-
CMYK0.710.4200.04
HSL215.72º88.72%61.76%-
HSV(B)215.72º70.9%95.69%-
XYZ28.4526.9289.28-
YUV131.81191.3184.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.57%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=15.57%
G=30.92%
B=53.51%

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
Decimal711412440.710.4200.04215.7288.7261.76
Hex478DF4472A04d8593e
Octal107215364107520433013176
Binary1000111100011011111010010001111010100100110110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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