Shades of Viking #4ABABD
Tints of Viking #4ABABD
RGB
CMYK
RGB Variations
Color information
#4ABABD (or 0x4ABABD) is known color: Viking. HEX triplet: 4A, BA and BD. RGB value is (74,186,189). Sum of RGB (Red+Green+Blue) = 74+186+189=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #4ABABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABABD is #B54542. Grayscale: #989898. Windows color (decimal): -11879747 or 12433994. OLE color: 12433994.
HSL color Cylindrical-coordinate representation of color #4ABABD: hue angle of 181.57º 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 #4ABABD is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 186 | 189 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.26 |
| HSL | 181.57º | 0.47% | 0.52% | - |
| HSV(B) | 181.57º | 0.61% | 0.74% | - |
| XYZ | 29.57 | 40.25 | 54.35 | - |
| YUV | 152.85 | 148.39 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 189 | 0.61 | 0.02 | 0 | 0.26 | 181.57 | 0.47 | 0.52 |
| Hex | 4A | BA | BD | 3D | 2 | 0 | 1A | B6 | 2F | 34 |
| Octal | 112 | 272 | 275 | 75 | 2 | 0 | 32 | 266 | 57 | 64 |
| Binary | 1001010 | 10111010 | 10111101 | 111101 | 10 | 0 | 11010 | 10110110 | 101111 | 110100 |
Color Harmonies of #4ABABD
Complementary color
Monochromatic Colors of #4ABABD
Black with #4ABABD
Text Example
Text Example
White with #4ABABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABABD; }
p { color: rgb(74,186,189); }
H1.HeaderClassName
{
color: #4ABABD;
}
.AnyTagClassName
{
color: #4ABABD;
}
</style>
background-color css
<style>
a { background-color: #4ABABD; }
a { background-color: rgb(74,186,189); }
div.DivClassName
{
background-color: #4ABABD;
}
.BgClassName
{
background-color: #4ABABD;
}
</style>
border-color css
<style>
span { border-color: #4ABABD; }
span { border-color: rgb(74,186,189); }
td.TdClassName
{
border-color: #4ABABD;
}
.TagClassName
{
border-color: #4ABABD;
}
</style>