#479CFA

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

Shades of Cornflower Blue #479CFA

Tints of Cornflower Blue #479CFA

Color information

#479CFA (or 0x479CFA) is unknown color: approx Cornflower Blue. HEX triplet: 47, 9C and FA. RGB value is (71,156,250). Sum of RGB (Red+Green+Blue) = 71+156+250=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #479CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CFA is #B86305. Grayscale: #8C8C8C. Windows color (decimal): -12083974 or 16424007. OLE color: 16424007.

HSL color Cylindrical-coordinate representation of color #479CFA: hue angle of 211.51º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479CFA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71156250-
CMYK0.720.3800.02
HSL211.51º94.71%62.94%-
HSV(B)211.51º71.6%98.04%-
XYZ31.7432.0294.95-
YUV141.3189.3477.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.88%
GREEN value IS 156 (61.33% from 255) = 32.70%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=14.88%
G=32.70%
B=52.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711562500.720.3800.02211.5194.7162.94
Hex479CFA482602d45f3f
Octal107234372110460232413777
Binary100011110011100111110101001000100110010110101001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,250); }

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

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

 a { background-color: rgb(71,156,250); }

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

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

 span { border-color: rgb(71,156,250); }

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