Shades of Summer Sky #4AB1FF
Tints of Summer Sky #4AB1FF
RGB
CMYK
RGB Variations
Color information
#4AB1FF (or 0x4AB1FF) is known color: Summer Sky. HEX triplet: 4A, B1 and FF. RGB value is (74,177,255). Sum of RGB (Red+Green+Blue) = 74+177+255=506 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.62% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AB1FF is #B54E00. Grayscale: #9A9A9A. Windows color (decimal): -11881985 or 16757066. OLE color: 16757066.
HSL color Cylindrical-coordinate representation of color #4AB1FF: hue angle of 205.86º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AB1FF is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 177 | 255 | - |
| CMYK | 0.71 | 0.31 | 0 | 0 |
| HSL | 205.86º | 1% | 0.65% | - |
| HSV(B) | 205.86º | 0.71% | 1% | - |
| XYZ | 36.6 | 40.12 | 100.42 | - |
| YUV | 155.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 255 | 0.71 | 0.31 | 0 | 0 | 205.86 | 1 | 0.65 |
| Hex | 4A | B1 | FF | 47 | 1F | 0 | 0 | CE | 64 | 41 |
| Octal | 112 | 261 | 377 | 107 | 37 | 0 | 0 | 316 | 144 | 101 |
| Binary | 1001010 | 10110001 | 11111111 | 1000111 | 11111 | 0 | 0 | 11001110 | 1100100 | 1000001 |
Color Harmonies of #4AB1FF
Complementary color
Monochromatic Colors of #4AB1FF
Black with #4AB1FF
Text Example
Text Example
White with #4AB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB1FF; }
p { color: rgb(74,177,255); }
H1.HeaderClassName
{
color: #4AB1FF;
}
.AnyTagClassName
{
color: #4AB1FF;
}
</style>
background-color css
<style>
a { background-color: #4AB1FF; }
a { background-color: rgb(74,177,255); }
div.DivClassName
{
background-color: #4AB1FF;
}
.BgClassName
{
background-color: #4AB1FF;
}
</style>
border-color css
<style>
span { border-color: #4AB1FF; }
span { border-color: rgb(74,177,255); }
td.TdClassName
{
border-color: #4AB1FF;
}
.TagClassName
{
border-color: #4AB1FF;
}
</style>