#479EF1

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

Shades of Cornflower Blue #479EF1

Tints of Cornflower Blue #479EF1

Color information

#479EF1 (or 0x479EF1) is unknown color: approx Cornflower Blue. HEX triplet: 47, 9E and F1. RGB value is (71,158,241). Sum of RGB (Red+Green+Blue) = 71+158+241=470 (62% of max value = 765). Red value is 71 (28.12% from 255 or 15.11% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #479EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479EF1 is #B8610E. Grayscale: #8D8D8D. Windows color (decimal): -12083471 or 15834695. OLE color: 15834695.

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

Color convert

RGB71158241-
CMYK0.710.3400.05
HSL209.29º85.86%61.18%-
HSV(B)209.29º70.54%94.51%-
XYZ30.732.1487.81-
YUV141.45184.1877.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.11%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 241 (94.53% from 255) = 51.28%
R=15.11%
G=33.62%
B=51.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal711582410.710.3400.05209.2985.8661.18
Hex479EF1472205d1563d
Octal107236361107420532112675
Binary1000111100111101111000110001111000100101110100011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,158,241); }

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

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

 a { background-color: rgb(71,158,241); }

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

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

 span { border-color: rgb(71,158,241); }

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