#478FF5

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

Shades of Cornflower Blue #478FF5

Tints of Cornflower Blue #478FF5

Color information

#478FF5 (or 0x478FF5) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8F and F5. RGB value is (71,143,245). Sum of RGB (Red+Green+Blue) = 71+143+245=459 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.47% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 245 (96.09% from 255 or 53.38% from 459); Max value from RGB is 245 - color contains mainly: blue. Hex color #478FF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FF5 is #B8700A. Grayscale: #848484. Windows color (decimal): -12087307 or 16092999. OLE color: 16092999.

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

Color convert

RGB71143245-
CMYK0.710.4200.04
HSL215.17º89.69%61.96%-
HSV(B)215.17º71.02%96.08%-
XYZ28.927.5890.19-
YUV133.1191.1583.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.47%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 245 (96.09% from 255) = 53.38%
R=15.47%
G=31.15%
B=53.38%

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
Decimal711432450.710.4200.04215.1789.6961.96
Hex478FF5472A04d75a3e
Octal107217365107520432713276
Binary1000111100011111111010110001111010100100110101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,143,245); }

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

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

 a { background-color: rgb(71,143,245); }

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

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

 span { border-color: rgb(71,143,245); }

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