Shades of Viking #4ABDB9
Tints of Viking #4ABDB9
RGB
CMYK
RGB Variations
Color information
#4ABDB9 (or 0x4ABDB9) is known color: Viking. HEX triplet: 4A, BD and B9. RGB value is (74,189,185). Sum of RGB (Red+Green+Blue) = 74+189+185=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDB9 is #B54246. Grayscale: #9A9A9A. Windows color (decimal): -11878983 or 12172618. OLE color: 12172618.
HSL color Cylindrical-coordinate representation of color #4ABDB9: hue angle of 177.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDB9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 185 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.26 |
| HSL | 177.91º | 0.47% | 0.52% | - |
| HSV(B) | 177.91º | 0.61% | 0.74% | - |
| XYZ | 29.78 | 41.35 | 52.31 | - |
| YUV | 154.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 185 | 0.61 | 0 | 0.02 | 0.26 | 177.91 | 0.47 | 0.52 |
| Hex | 4A | BD | B9 | 3D | 0 | 2 | 1A | B2 | 2F | 34 |
| Octal | 112 | 275 | 271 | 75 | 0 | 2 | 32 | 262 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10111001 | 111101 | 0 | 10 | 11010 | 10110010 | 101111 | 110100 |
Color Harmonies of #4ABDB9
Complementary color
Monochromatic Colors of #4ABDB9
Black with #4ABDB9
Text Example
Text Example
White with #4ABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDB9; }
p { color: rgb(74,189,185); }
H1.HeaderClassName
{
color: #4ABDB9;
}
.AnyTagClassName
{
color: #4ABDB9;
}
</style>
background-color css
<style>
a { background-color: #4ABDB9; }
a { background-color: rgb(74,189,185); }
div.DivClassName
{
background-color: #4ABDB9;
}
.BgClassName
{
background-color: #4ABDB9;
}
</style>
border-color css
<style>
span { border-color: #4ABDB9; }
span { border-color: rgb(74,189,185); }
td.TdClassName
{
border-color: #4ABDB9;
}
.TagClassName
{
border-color: #4ABDB9;
}
</style>