Shades of Summer Sky #4AB0DC
Tints of Summer Sky #4AB0DC
RGB
CMYK
RGB Variations
Color information
#4AB0DC (or 0x4AB0DC) is known color: Summer Sky. HEX triplet: 4A, B0 and DC. RGB value is (74,176,220). Sum of RGB (Red+Green+Blue) = 74+176+220=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AB0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB0DC is #B54F23. Grayscale: #969696. Windows color (decimal): -11882276 or 14463050. OLE color: 14463050.
HSL color Cylindrical-coordinate representation of color #4AB0DC: hue angle of 198.08º 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 #4AB0DC is Cyan = 0.66, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 176 | 220 | - |
| CMYK | 0.66 | 0.2 | 0 | 0.14 |
| HSL | 198.08º | 0.68% | 0.58% | - |
| HSV(B) | 198.08º | 0.66% | 0.86% | - |
| XYZ | 31.27 | 37.67 | 73.33 | - |
| YUV | 150.52 | 167.21 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 220 | 0.66 | 0.2 | 0 | 0.14 | 198.08 | 0.68 | 0.58 |
| Hex | 4A | B0 | DC | 42 | 14 | 0 | E | C6 | 44 | 3A |
| Octal | 112 | 260 | 334 | 102 | 24 | 0 | 16 | 306 | 104 | 72 |
| Binary | 1001010 | 10110000 | 11011100 | 1000010 | 10100 | 0 | 1110 | 11000110 | 1000100 | 111010 |
Color Harmonies of #4AB0DC
Complementary color
Monochromatic Colors of #4AB0DC
Black with #4AB0DC
Text Example
Text Example
White with #4AB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB0DC; }
p { color: rgb(74,176,220); }
H1.HeaderClassName
{
color: #4AB0DC;
}
.AnyTagClassName
{
color: #4AB0DC;
}
</style>
background-color css
<style>
a { background-color: #4AB0DC; }
a { background-color: rgb(74,176,220); }
div.DivClassName
{
background-color: #4AB0DC;
}
.BgClassName
{
background-color: #4AB0DC;
}
</style>
border-color css
<style>
span { border-color: #4AB0DC; }
span { border-color: rgb(74,176,220); }
td.TdClassName
{
border-color: #4AB0DC;
}
.TagClassName
{
border-color: #4AB0DC;
}
</style>