Shades of Summer Sky #4ABCDE
Tints of Summer Sky #4ABCDE
RGB
CMYK
RGB Variations
Color information
#4ABCDE (or 0x4ABCDE) is known color: Summer Sky. HEX triplet: 4A, BC and DE. RGB value is (74,188,222). Sum of RGB (Red+Green+Blue) = 74+188+222=484 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.29% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #4ABCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCDE is #B54321. Grayscale: #9D9D9D. Windows color (decimal): -11879202 or 14597194. OLE color: 14597194.
HSL color Cylindrical-coordinate representation of color #4ABCDE: hue angle of 193.78º degrees, saturation: 0.69, 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 #4ABCDE is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 188 | 222 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.13 |
| HSL | 193.78º | 0.69% | 0.58% | - |
| HSV(B) | 193.78º | 0.67% | 0.87% | - |
| XYZ | 33.99 | 42.7 | 75.56 | - |
| YUV | 157.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 222 | 0.67 | 0.15 | 0 | 0.13 | 193.78 | 0.69 | 0.58 |
| Hex | 4A | BC | DE | 43 | F | 0 | D | C2 | 45 | 3A |
| Octal | 112 | 274 | 336 | 103 | 17 | 0 | 15 | 302 | 105 | 72 |
| Binary | 1001010 | 10111100 | 11011110 | 1000011 | 1111 | 0 | 1101 | 11000010 | 1000101 | 111010 |
Color Harmonies of #4ABCDE
Complementary color
Monochromatic Colors of #4ABCDE
Black with #4ABCDE
Text Example
Text Example
White with #4ABCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCDE; }
p { color: rgb(74,188,222); }
H1.HeaderClassName
{
color: #4ABCDE;
}
.AnyTagClassName
{
color: #4ABCDE;
}
</style>
background-color css
<style>
a { background-color: #4ABCDE; }
a { background-color: rgb(74,188,222); }
div.DivClassName
{
background-color: #4ABCDE;
}
.BgClassName
{
background-color: #4ABCDE;
}
</style>
border-color css
<style>
span { border-color: #4ABCDE; }
span { border-color: rgb(74,188,222); }
td.TdClassName
{
border-color: #4ABCDE;
}
.TagClassName
{
border-color: #4ABCDE;
}
</style>