Shades of Summer Sky #4BAADC
Tints of Summer Sky #4BAADC
RGB
CMYK
RGB Variations
Color information
#4BAADC (or 0x4BAADC) is known color: Summer Sky. HEX triplet: 4B, AA and DC. RGB value is (75,170,220). Sum of RGB (Red+Green+Blue) = 75+170+220=465 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.13% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #4BAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAADC is #B45523. Grayscale: #939393. Windows color (decimal): -11818276 or 14461515. OLE color: 14461515.
HSL color Cylindrical-coordinate representation of color #4BAADC: hue angle of 200.69º 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 #4BAADC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 170 | 220 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.14 |
| HSL | 200.69º | 0.67% | 0.58% | - |
| HSV(B) | 200.69º | 0.66% | 0.86% | - |
| XYZ | 30.19 | 35.41 | 72.95 | - |
| YUV | 147.3 | 169.03 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 220 | 0.66 | 0.23 | 0 | 0.14 | 200.69 | 0.67 | 0.58 |
| Hex | 4B | AA | DC | 42 | 17 | 0 | E | C9 | 43 | 3A |
| Octal | 113 | 252 | 334 | 102 | 27 | 0 | 16 | 311 | 103 | 72 |
| Binary | 1001011 | 10101010 | 11011100 | 1000010 | 10111 | 0 | 1110 | 11001001 | 1000011 | 111010 |
Color Harmonies of #4BAADC
Complementary color
Monochromatic Colors of #4BAADC
Black with #4BAADC
Text Example
Text Example
White with #4BAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAADC; }
p { color: rgb(75,170,220); }
H1.HeaderClassName
{
color: #4BAADC;
}
.AnyTagClassName
{
color: #4BAADC;
}
</style>
background-color css
<style>
a { background-color: #4BAADC; }
a { background-color: rgb(75,170,220); }
div.DivClassName
{
background-color: #4BAADC;
}
.BgClassName
{
background-color: #4BAADC;
}
</style>
border-color css
<style>
span { border-color: #4BAADC; }
span { border-color: rgb(75,170,220); }
td.TdClassName
{
border-color: #4BAADC;
}
.TagClassName
{
border-color: #4BAADC;
}
</style>