Shades of Summer Sky #4CB0DB
Tints of Summer Sky #4CB0DB
RGB
CMYK
RGB Variations
Color information
#4CB0DB (or 0x4CB0DB) is known color: Summer Sky. HEX triplet: 4C, B0 and DB. RGB value is (76,176,219). Sum of RGB (Red+Green+Blue) = 76+176+219=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #4CB0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB0DB is #B34F24. Grayscale: #969696. Windows color (decimal): -11751205 or 14397516. OLE color: 14397516.
HSL color Cylindrical-coordinate representation of color #4CB0DB: hue angle of 198.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CB0DB is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 176 | 219 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.14 |
| HSL | 198.04º | 0.67% | 0.58% | - |
| HSV(B) | 198.04º | 0.65% | 0.86% | - |
| XYZ | 31.29 | 37.7 | 72.65 | - |
| YUV | 151 | 166.37 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 219 | 0.65 | 0.20 | 0 | 0.14 | 198.04 | 0.67 | 0.58 |
| Hex | 4C | B0 | DB | 41 | 14 | 0 | E | C6 | 43 | 3A |
| Octal | 114 | 260 | 333 | 101 | 24 | 0 | 16 | 306 | 103 | 72 |
| Binary | 1001100 | 10110000 | 11011011 | 1000001 | 10100 | 0 | 1110 | 11000110 | 1000011 | 111010 |
Color Harmonies of #4CB0DB
Complementary color
Monochromatic Colors of #4CB0DB
Black with #4CB0DB
Text Example
Text Example
White with #4CB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB0DB; }
p { color: rgb(76,176,219); }
H1.HeaderClassName
{
color: #4CB0DB;
}
.AnyTagClassName
{
color: #4CB0DB;
}
</style>
background-color css
<style>
a { background-color: #4CB0DB; }
a { background-color: rgb(76,176,219); }
div.DivClassName
{
background-color: #4CB0DB;
}
.BgClassName
{
background-color: #4CB0DB;
}
</style>
border-color css
<style>
span { border-color: #4CB0DB; }
span { border-color: rgb(76,176,219); }
td.TdClassName
{
border-color: #4CB0DB;
}
.TagClassName
{
border-color: #4CB0DB;
}
</style>