Shades of Summer Sky #4AB5DC
Tints of Summer Sky #4AB5DC
RGB
CMYK
RGB Variations
Color information
#4AB5DC (or 0x4AB5DC) is known color: Summer Sky. HEX triplet: 4A, B5 and DC. RGB value is (74,181,220). Sum of RGB (Red+Green+Blue) = 74+181+220=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AB5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB5DC is #B54A23. Grayscale: #999999. Windows color (decimal): -11880996 or 14464330. OLE color: 14464330.
HSL color Cylindrical-coordinate representation of color #4AB5DC: hue angle of 196.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB5DC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 181 | 220 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.14 |
| HSL | 196.03º | 0.68% | 0.58% | - |
| HSV(B) | 196.03º | 0.66% | 0.86% | - |
| XYZ | 32.27 | 39.67 | 73.67 | - |
| YUV | 153.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 220 | 0.66 | 0.18 | 0 | 0.14 | 196.03 | 0.68 | 0.58 |
| Hex | 4A | B5 | DC | 42 | 12 | 0 | E | C4 | 44 | 3A |
| Octal | 112 | 265 | 334 | 102 | 22 | 0 | 16 | 304 | 104 | 72 |
| Binary | 1001010 | 10110101 | 11011100 | 1000010 | 10010 | 0 | 1110 | 11000100 | 1000100 | 111010 |
Color Harmonies of #4AB5DC
Complementary color
Monochromatic Colors of #4AB5DC
Black with #4AB5DC
Text Example
Text Example
White with #4AB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB5DC; }
p { color: rgb(74,181,220); }
H1.HeaderClassName
{
color: #4AB5DC;
}
.AnyTagClassName
{
color: #4AB5DC;
}
</style>
background-color css
<style>
a { background-color: #4AB5DC; }
a { background-color: rgb(74,181,220); }
div.DivClassName
{
background-color: #4AB5DC;
}
.BgClassName
{
background-color: #4AB5DC;
}
</style>
border-color css
<style>
span { border-color: #4AB5DC; }
span { border-color: rgb(74,181,220); }
td.TdClassName
{
border-color: #4AB5DC;
}
.TagClassName
{
border-color: #4AB5DC;
}
</style>