Shades of Viking #4CABB8
Tints of Viking #4CABB8
RGB
CMYK
RGB Variations
Color information
#4CABB8 (or 0x4CABB8) is known color: Viking. HEX triplet: 4C, AB and B8. RGB value is (76,171,184). Sum of RGB (Red+Green+Blue) = 76+171+184=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #4CABB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CABB8 is #B35447. Grayscale: #8F8F8F. Windows color (decimal): -11752520 or 12102476. OLE color: 12102476.
HSL color Cylindrical-coordinate representation of color #4CABB8: hue angle of 187.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CABB8 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 171 | 184 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.28 |
| HSL | 187.22º | 0.43% | 0.51% | - |
| HSV(B) | 187.22º | 0.59% | 0.72% | - |
| XYZ | 26.2 | 34.12 | 50.55 | - |
| YUV | 144.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 184 | 0.59 | 0.07 | 0 | 0.28 | 187.22 | 0.43 | 0.51 |
| Hex | 4C | AB | B8 | 3B | 7 | 0 | 1C | BB | 2B | 33 |
| Octal | 114 | 253 | 270 | 73 | 7 | 0 | 34 | 273 | 53 | 63 |
| Binary | 1001100 | 10101011 | 10111000 | 111011 | 111 | 0 | 11100 | 10111011 | 101011 | 110011 |
Color Harmonies of #4CABB8
Complementary color
Monochromatic Colors of #4CABB8
Black with #4CABB8
Text Example
Text Example
White with #4CABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABB8; }
p { color: rgb(76,171,184); }
H1.HeaderClassName
{
color: #4CABB8;
}
.AnyTagClassName
{
color: #4CABB8;
}
</style>
background-color css
<style>
a { background-color: #4CABB8; }
a { background-color: rgb(76,171,184); }
div.DivClassName
{
background-color: #4CABB8;
}
.BgClassName
{
background-color: #4CABB8;
}
</style>
border-color css
<style>
span { border-color: #4CABB8; }
span { border-color: rgb(76,171,184); }
td.TdClassName
{
border-color: #4CABB8;
}
.TagClassName
{
border-color: #4CABB8;
}
</style>