Shades of Viking #4ABAC8
Tints of Viking #4ABAC8
RGB
CMYK
RGB Variations
Color information
#4ABAC8 (or 0x4ABAC8) is known color: Viking. HEX triplet: 4A, BA and C8. RGB value is (74,186,200). Sum of RGB (Red+Green+Blue) = 74+186+200=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #4ABAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABAC8 is #B54537. Grayscale: #999999. Windows color (decimal): -11879736 or 13154890. OLE color: 13154890.
HSL color Cylindrical-coordinate representation of color #4ABAC8: hue angle of 186.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABAC8 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 186 | 200 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.22 |
| HSL | 186.67º | 0.53% | 0.54% | - |
| HSV(B) | 186.67º | 0.63% | 0.78% | - |
| XYZ | 30.81 | 40.74 | 60.88 | - |
| YUV | 154.11 | 153.89 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 200 | 0.63 | 0.07 | 0 | 0.22 | 186.67 | 0.53 | 0.54 |
| Hex | 4A | BA | C8 | 3F | 7 | 0 | 16 | BB | 35 | 36 |
| Octal | 112 | 272 | 310 | 77 | 7 | 0 | 26 | 273 | 65 | 66 |
| Binary | 1001010 | 10111010 | 11001000 | 111111 | 111 | 0 | 10110 | 10111011 | 110101 | 110110 |
Color Harmonies of #4ABAC8
Complementary color
Monochromatic Colors of #4ABAC8
Black with #4ABAC8
Text Example
Text Example
White with #4ABAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABAC8; }
p { color: rgb(74,186,200); }
H1.HeaderClassName
{
color: #4ABAC8;
}
.AnyTagClassName
{
color: #4ABAC8;
}
</style>
background-color css
<style>
a { background-color: #4ABAC8; }
a { background-color: rgb(74,186,200); }
div.DivClassName
{
background-color: #4ABAC8;
}
.BgClassName
{
background-color: #4ABAC8;
}
</style>
border-color css
<style>
span { border-color: #4ABAC8; }
span { border-color: rgb(74,186,200); }
td.TdClassName
{
border-color: #4ABAC8;
}
.TagClassName
{
border-color: #4ABAC8;
}
</style>