#479AF3

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

Shades of Cornflower Blue #479AF3

Tints of Cornflower Blue #479AF3

Color information

#479AF3 (or 0x479AF3) is unknown color: approx Cornflower Blue. HEX triplet: 47, 9A and F3. RGB value is (71,154,243). Sum of RGB (Red+Green+Blue) = 71+154+243=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #479AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479AF3 is #B8650C. Grayscale: #8A8A8A. Windows color (decimal): -12084493 or 15964743. OLE color: 15964743.

HSL color Cylindrical-coordinate representation of color #479AF3: hue angle of 211.05º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479AF3 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB71154243-
CMYK0.710.3700.05
HSL211.05º87.76%61.57%-
HSV(B)211.05º70.78%95.29%-
XYZ30.3330.9289.16-
YUV139.33186.579.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.17%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 243 (95.31% from 255) = 51.92%
R=15.17%
G=32.91%
B=51.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal711542430.710.3700.05211.0587.7661.57
Hex479AF3472505d3583e
Octal107232363107450532313076
Binary1000111100110101111001110001111001010101110100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479AF3; }

 p { color: rgb(71,154,243); }

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

<style>
 a { background-color: #479AF3; }

 a { background-color: rgb(71,154,243); }

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

<style>
 span { border-color: #479AF3; }

 span { border-color: rgb(71,154,243); }

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