Shades of Summer Sky #479CEA
Tints of Summer Sky #479CEA
RGB
CMYK
RGB Variations
Color information
#479CEA (or 0x479CEA) is known color: Summer Sky. HEX triplet: 47, 9C and EA. RGB value is (71,156,234). Sum of RGB (Red+Green+Blue) = 71+156+234=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #479CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CEA is #B86315. Grayscale: #8B8B8B. Windows color (decimal): -12083990 or 15375431. OLE color: 15375431.
HSL color Cylindrical-coordinate representation of color #479CEA: hue angle of 208.71º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479CEA is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 156 | 234 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.08 |
| HSL | 208.71º | 0.8% | 0.6% | - |
| HSV(B) | 208.71º | 0.7% | 0.92% | - |
| XYZ | 29.34 | 31.06 | 82.29 | - |
| YUV | 139.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 234 | 0.70 | 0.33 | 0 | 0.08 | 208.71 | 0.8 | 0.6 |
| Hex | 47 | 9C | EA | 46 | 21 | 0 | 8 | D1 | 50 | 3C |
| Octal | 107 | 234 | 352 | 106 | 41 | 0 | 10 | 321 | 120 | 74 |
| Binary | 1000111 | 10011100 | 11101010 | 1000110 | 100001 | 0 | 1000 | 11010001 | 1010000 | 111100 |
Color Harmonies of #479CEA
Complementary color
Monochromatic Colors of #479CEA
Black with #479CEA
Text Example
Text Example
White with #479CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CEA; }
p { color: rgb(71,156,234); }
H1.HeaderClassName
{
color: #479CEA;
}
.AnyTagClassName
{
color: #479CEA;
}
</style>
background-color css
<style>
a { background-color: #479CEA; }
a { background-color: rgb(71,156,234); }
div.DivClassName
{
background-color: #479CEA;
}
.BgClassName
{
background-color: #479CEA;
}
</style>
border-color css
<style>
span { border-color: #479CEA; }
span { border-color: rgb(71,156,234); }
td.TdClassName
{
border-color: #479CEA;
}
.TagClassName
{
border-color: #479CEA;
}
</style>