#479DFB

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

Shades of Cornflower Blue #479DFB

Tints of Cornflower Blue #479DFB

Color information

#479DFB (or 0x479DFB) is unknown color: approx Cornflower Blue. HEX triplet: 47, 9D and FB. RGB value is (71,157,251). Sum of RGB (Red+Green+Blue) = 71+157+251=479 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.82% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #479DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479DFB is #B86204. Grayscale: #8D8D8D. Windows color (decimal): -12083717 or 16489799. OLE color: 16489799.

HSL color Cylindrical-coordinate representation of color #479DFB: hue angle of 211.33º degrees, saturation: 0.96, 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 #479DFB is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71157251-
CMYK0.720.3700.02
HSL211.33º95.74%63.14%-
HSV(B)211.33º71.71%98.43%-
XYZ32.0732.4295.83-
YUV142189.5177.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 14.82%
GREEN value IS 157 (61.72% from 255) = 32.78%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=14.82%
G=32.78%
B=52.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal711572510.720.3700.02211.3395.7463.14
Hex479DFB482502d3603f
Octal107235373110450232314077
Binary100011110011101111110111001000100101010110100111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,157,251); }

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

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

 a { background-color: rgb(71,157,251); }

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

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

 span { border-color: rgb(71,157,251); }

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