#479BF7

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

Shades of Cornflower Blue #479BF7

Tints of Cornflower Blue #479BF7

Color information

#479BF7 (or 0x479BF7) is unknown color: approx Cornflower Blue. HEX triplet: 47, 9B and F7. RGB value is (71,155,247). Sum of RGB (Red+Green+Blue) = 71+155+247=473 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.01% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 247 (96.88% from 255 or 52.22% from 473); Max value from RGB is 247 - color contains mainly: blue. Hex color #479BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BF7 is #B86408. Grayscale: #8B8B8B. Windows color (decimal): -12084233 or 16227143. OLE color: 16227143.

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

Color convert

RGB71155247-
CMYK0.710.3700.03
HSL211.36º91.67%62.35%-
HSV(B)211.36º71.26%96.86%-
XYZ31.1131.592.44-
YUV140.37188.1778.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.01%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 247 (96.88% from 255) = 52.22%
R=15.01%
G=32.77%
B=52.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal711552470.710.3700.03211.3691.6762.35
Hex479BF7472503d35c3e
Octal107233367107450332313476
Binary100011110011011111101111000111100101011110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,155,247); }

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

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

 a { background-color: rgb(71,155,247); }

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

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

 span { border-color: rgb(71,155,247); }

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