Shades of Viking #4CBAC9
Tints of Viking #4CBAC9
RGB
CMYK
RGB Variations
Color information
#4CBAC9 (or 0x4CBAC9) is known color: Viking. HEX triplet: 4C, BA and C9. RGB value is (76,186,201). Sum of RGB (Red+Green+Blue) = 76+186+201=463 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.41% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #4CBAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBAC9 is #B34536. Grayscale: #9A9A9A. Windows color (decimal): -11748663 or 13220428. OLE color: 13220428.
HSL color Cylindrical-coordinate representation of color #4CBAC9: hue angle of 187.2º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CBAC9 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 186 | 201 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.21 |
| HSL | 187.2º | 0.54% | 0.54% | - |
| HSV(B) | 187.2º | 0.62% | 0.79% | - |
| XYZ | 31.08 | 40.87 | 61.51 | - |
| YUV | 154.82 | 154.06 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 201 | 0.62 | 0.07 | 0 | 0.21 | 187.2 | 0.54 | 0.54 |
| Hex | 4C | BA | C9 | 3E | 7 | 0 | 15 | BB | 36 | 36 |
| Octal | 114 | 272 | 311 | 76 | 7 | 0 | 25 | 273 | 66 | 66 |
| Binary | 1001100 | 10111010 | 11001001 | 111110 | 111 | 0 | 10101 | 10111011 | 110110 | 110110 |
Color Harmonies of #4CBAC9
Complementary color
Monochromatic Colors of #4CBAC9
Black with #4CBAC9
Text Example
Text Example
White with #4CBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAC9; }
p { color: rgb(76,186,201); }
H1.HeaderClassName
{
color: #4CBAC9;
}
.AnyTagClassName
{
color: #4CBAC9;
}
</style>
background-color css
<style>
a { background-color: #4CBAC9; }
a { background-color: rgb(76,186,201); }
div.DivClassName
{
background-color: #4CBAC9;
}
.BgClassName
{
background-color: #4CBAC9;
}
</style>
border-color css
<style>
span { border-color: #4CBAC9; }
span { border-color: rgb(76,186,201); }
td.TdClassName
{
border-color: #4CBAC9;
}
.TagClassName
{
border-color: #4CBAC9;
}
</style>