Shades of Summer Sky #4BB2DC
Tints of Summer Sky #4BB2DC
RGB
CMYK
RGB Variations
Color information
#4BB2DC (or 0x4BB2DC) is known color: Summer Sky. HEX triplet: 4B, B2 and DC. RGB value is (75,178,220). Sum of RGB (Red+Green+Blue) = 75+178+220=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BB2DC is #B44D23. Grayscale: #979797. Windows color (decimal): -11816228 or 14463563. OLE color: 14463563.
HSL color Cylindrical-coordinate representation of color #4BB2DC: hue angle of 197.38º degrees, saturation: 0.67, 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 #4BB2DC is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 178 | 220 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.14 |
| HSL | 197.38º | 0.67% | 0.58% | - |
| HSV(B) | 197.38º | 0.66% | 0.86% | - |
| XYZ | 31.74 | 38.5 | 73.47 | - |
| YUV | 151.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 178 | 220 | 0.66 | 0.19 | 0 | 0.14 | 197.38 | 0.67 | 0.58 |
| Hex | 4B | B2 | DC | 42 | 13 | 0 | E | C5 | 43 | 3A |
| Octal | 113 | 262 | 334 | 102 | 23 | 0 | 16 | 305 | 103 | 72 |
| Binary | 1001011 | 10110010 | 11011100 | 1000010 | 10011 | 0 | 1110 | 11000101 | 1000011 | 111010 |
Color Harmonies of #4BB2DC
Complementary color
Monochromatic Colors of #4BB2DC
Black with #4BB2DC
Text Example
Text Example
White with #4BB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB2DC; }
p { color: rgb(75,178,220); }
H1.HeaderClassName
{
color: #4BB2DC;
}
.AnyTagClassName
{
color: #4BB2DC;
}
</style>
background-color css
<style>
a { background-color: #4BB2DC; }
a { background-color: rgb(75,178,220); }
div.DivClassName
{
background-color: #4BB2DC;
}
.BgClassName
{
background-color: #4BB2DC;
}
</style>
border-color css
<style>
span { border-color: #4BB2DC; }
span { border-color: rgb(75,178,220); }
td.TdClassName
{
border-color: #4BB2DC;
}
.TagClassName
{
border-color: #4BB2DC;
}
</style>