#478CF4

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

Shades of Cornflower Blue #478CF4

Tints of Cornflower Blue #478CF4

Color information

#478CF4 (or 0x478CF4) is unknown color: approx Cornflower Blue. HEX triplet: 47, 8C and F4. RGB value is (71,140,244). Sum of RGB (Red+Green+Blue) = 71+140+244=455 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.60% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #478CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CF4 is #B8730B. Grayscale: #828282. Windows color (decimal): -12088076 or 16026695. OLE color: 16026695.

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

Color convert

RGB71140244-
CMYK0.710.4300.04
HSL216.07º88.72%61.76%-
HSV(B)216.07º70.9%95.69%-
XYZ28.3126.6389.24-
YUV131.22191.6485.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.60%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 244 (95.70% from 255) = 53.63%
R=15.60%
G=30.77%
B=53.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal711402440.710.4300.04216.0788.7261.76
Hex478CF4472B04d8593e
Octal107214364107530433013176
Binary1000111100011001111010010001111010110100110110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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