Shades of Summer Sky #4AB2DA
Tints of Summer Sky #4AB2DA
RGB
CMYK
RGB Variations
Color information
#4AB2DA (or 0x4AB2DA) is known color: Summer Sky. HEX triplet: 4A, B2 and DA. RGB value is (74,178,218). Sum of RGB (Red+Green+Blue) = 74+178+218=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AB2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2DA is #B54D25. Grayscale: #979797. Windows color (decimal): -11881766 or 14332490. OLE color: 14332490.
HSL color Cylindrical-coordinate representation of color #4AB2DA: hue angle of 196.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB2DA is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 178 | 218 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.15 |
| HSL | 196.67º | 0.66% | 0.57% | - |
| HSV(B) | 196.67º | 0.66% | 0.85% | - |
| XYZ | 31.4 | 38.36 | 72.08 | - |
| YUV | 151.46 | 165.54 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 218 | 0.66 | 0.18 | 0 | 0.15 | 196.67 | 0.66 | 0.57 |
| Hex | 4A | B2 | DA | 42 | 12 | 0 | F | C5 | 42 | 39 |
| Octal | 112 | 262 | 332 | 102 | 22 | 0 | 17 | 305 | 102 | 71 |
| Binary | 1001010 | 10110010 | 11011010 | 1000010 | 10010 | 0 | 1111 | 11000101 | 1000010 | 111001 |
Color Harmonies of #4AB2DA
Complementary color
Monochromatic Colors of #4AB2DA
Black with #4AB2DA
Text Example
Text Example
White with #4AB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2DA; }
p { color: rgb(74,178,218); }
H1.HeaderClassName
{
color: #4AB2DA;
}
.AnyTagClassName
{
color: #4AB2DA;
}
</style>
background-color css
<style>
a { background-color: #4AB2DA; }
a { background-color: rgb(74,178,218); }
div.DivClassName
{
background-color: #4AB2DA;
}
.BgClassName
{
background-color: #4AB2DA;
}
</style>
border-color css
<style>
span { border-color: #4AB2DA; }
span { border-color: rgb(74,178,218); }
td.TdClassName
{
border-color: #4AB2DA;
}
.TagClassName
{
border-color: #4AB2DA;
}
</style>