Shades of Viking #4ABBD0
Tints of Viking #4ABBD0
RGB
CMYK
RGB Variations
Color information
#4ABBD0 (or 0x4ABBD0) is known color: Viking. HEX triplet: 4A, BB and D0. RGB value is (74,187,208). Sum of RGB (Red+Green+Blue) = 74+187+208=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ABBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBD0 is #B5442F. Grayscale: #9B9B9B. Windows color (decimal): -11879472 or 13679434. OLE color: 13679434.
HSL color Cylindrical-coordinate representation of color #4ABBD0: hue angle of 189.4º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBD0 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 187 | 208 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.18 |
| HSL | 189.4º | 0.59% | 0.55% | - |
| HSV(B) | 189.4º | 0.64% | 0.82% | - |
| XYZ | 31.98 | 41.55 | 66.01 | - |
| YUV | 155.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 208 | 0.64 | 0.10 | 0 | 0.18 | 189.4 | 0.59 | 0.55 |
| Hex | 4A | BB | D0 | 40 | A | 0 | 12 | BD | 3B | 37 |
| Octal | 112 | 273 | 320 | 100 | 12 | 0 | 22 | 275 | 73 | 67 |
| Binary | 1001010 | 10111011 | 11010000 | 1000000 | 1010 | 0 | 10010 | 10111101 | 111011 | 110111 |
Color Harmonies of #4ABBD0
Complementary color
Monochromatic Colors of #4ABBD0
Black with #4ABBD0
Text Example
Text Example
White with #4ABBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABBD0; }
p { color: rgb(74,187,208); }
H1.HeaderClassName
{
color: #4ABBD0;
}
.AnyTagClassName
{
color: #4ABBD0;
}
</style>
background-color css
<style>
a { background-color: #4ABBD0; }
a { background-color: rgb(74,187,208); }
div.DivClassName
{
background-color: #4ABBD0;
}
.BgClassName
{
background-color: #4ABBD0;
}
</style>
border-color css
<style>
span { border-color: #4ABBD0; }
span { border-color: rgb(74,187,208); }
td.TdClassName
{
border-color: #4ABBD0;
}
.TagClassName
{
border-color: #4ABBD0;
}
</style>