Shades of Viking #4CBAC8
Tints of Viking #4CBAC8
RGB
CMYK
RGB Variations
Color information
#4CBAC8 (or 0x4CBAC8) is known color: Viking. HEX triplet: 4C, BA and C8. RGB value is (76,186,200). Sum of RGB (Red+Green+Blue) = 76+186+200=462 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.45% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 200 - color contains mainly: blue. Hex color #4CBAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBAC8 is #B34537. Grayscale: #9A9A9A. Windows color (decimal): -11748664 or 13154892. OLE color: 13154892.
HSL color Cylindrical-coordinate representation of color #4CBAC8: hue angle of 186.77º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBAC8 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 186 | 200 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.22 |
| HSL | 186.77º | 0.53% | 0.54% | - |
| HSV(B) | 186.77º | 0.62% | 0.78% | - |
| XYZ | 30.96 | 40.82 | 60.89 | - |
| YUV | 154.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 200 | 0.62 | 0.07 | 0 | 0.22 | 186.77 | 0.53 | 0.54 |
| Hex | 4C | BA | C8 | 3E | 7 | 0 | 16 | BB | 35 | 36 |
| Octal | 114 | 272 | 310 | 76 | 7 | 0 | 26 | 273 | 65 | 66 |
| Binary | 1001100 | 10111010 | 11001000 | 111110 | 111 | 0 | 10110 | 10111011 | 110101 | 110110 |
Color Harmonies of #4CBAC8
Complementary color
Monochromatic Colors of #4CBAC8
Black with #4CBAC8
Text Example
Text Example
White with #4CBAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAC8; }
p { color: rgb(76,186,200); }
H1.HeaderClassName
{
color: #4CBAC8;
}
.AnyTagClassName
{
color: #4CBAC8;
}
</style>
background-color css
<style>
a { background-color: #4CBAC8; }
a { background-color: rgb(76,186,200); }
div.DivClassName
{
background-color: #4CBAC8;
}
.BgClassName
{
background-color: #4CBAC8;
}
</style>
border-color css
<style>
span { border-color: #4CBAC8; }
span { border-color: rgb(76,186,200); }
td.TdClassName
{
border-color: #4CBAC8;
}
.TagClassName
{
border-color: #4CBAC8;
}
</style>