Shades of Summer Sky #4AB0DF
Tints of Summer Sky #4AB0DF
RGB
CMYK
RGB Variations
Color information
#4AB0DF (or 0x4AB0DF) is known color: Summer Sky. HEX triplet: 4A, B0 and DF. RGB value is (74,176,223). Sum of RGB (Red+Green+Blue) = 74+176+223=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB0DF is #B54F20. Grayscale: #969696. Windows color (decimal): -11882273 or 14659658. OLE color: 14659658.
HSL color Cylindrical-coordinate representation of color #4AB0DF: hue angle of 198.93º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB0DF is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 176 | 223 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.13 |
| HSL | 198.93º | 0.7% | 0.58% | - |
| HSV(B) | 198.93º | 0.67% | 0.87% | - |
| XYZ | 31.67 | 37.83 | 75.45 | - |
| YUV | 150.86 | 168.71 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 223 | 0.67 | 0.21 | 0 | 0.13 | 198.93 | 0.7 | 0.58 |
| Hex | 4A | B0 | DF | 43 | 15 | 0 | D | C7 | 46 | 3A |
| Octal | 112 | 260 | 337 | 103 | 25 | 0 | 15 | 307 | 106 | 72 |
| Binary | 1001010 | 10110000 | 11011111 | 1000011 | 10101 | 0 | 1101 | 11000111 | 1000110 | 111010 |
Color Harmonies of #4AB0DF
Complementary color
Monochromatic Colors of #4AB0DF
Black with #4AB0DF
Text Example
Text Example
White with #4AB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB0DF; }
p { color: rgb(74,176,223); }
H1.HeaderClassName
{
color: #4AB0DF;
}
.AnyTagClassName
{
color: #4AB0DF;
}
</style>
background-color css
<style>
a { background-color: #4AB0DF; }
a { background-color: rgb(74,176,223); }
div.DivClassName
{
background-color: #4AB0DF;
}
.BgClassName
{
background-color: #4AB0DF;
}
</style>
border-color css
<style>
span { border-color: #4AB0DF; }
span { border-color: rgb(74,176,223); }
td.TdClassName
{
border-color: #4AB0DF;
}
.TagClassName
{
border-color: #4AB0DF;
}
</style>