Shades of Viking #4ABDDA
Tints of Viking #4ABDDA
RGB
CMYK
RGB Variations
Color information
#4ABDDA (or 0x4ABDDA) is known color: Viking. HEX triplet: 4A, BD and DA. RGB value is (74,189,218). Sum of RGB (Red+Green+Blue) = 74+189+218=481 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.38% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #4ABDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDDA is #B54225. Grayscale: #9D9D9D. Windows color (decimal): -11878950 or 14335306. OLE color: 14335306.
HSL color Cylindrical-coordinate representation of color #4ABDDA: hue angle of 192.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ABDDA is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 189 | 218 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.15 |
| HSL | 192.08º | 0.66% | 0.57% | - |
| HSV(B) | 192.08º | 0.66% | 0.85% | - |
| XYZ | 33.68 | 42.91 | 72.84 | - |
| YUV | 157.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 218 | 0.66 | 0.13 | 0 | 0.15 | 192.08 | 0.66 | 0.57 |
| Hex | 4A | BD | DA | 42 | D | 0 | F | C0 | 42 | 39 |
| Octal | 112 | 275 | 332 | 102 | 15 | 0 | 17 | 300 | 102 | 71 |
| Binary | 1001010 | 10111101 | 11011010 | 1000010 | 1101 | 0 | 1111 | 11000000 | 1000010 | 111001 |
Color Harmonies of #4ABDDA
Complementary color
Monochromatic Colors of #4ABDDA
Black with #4ABDDA
Text Example
Text Example
White with #4ABDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDDA; }
p { color: rgb(74,189,218); }
H1.HeaderClassName
{
color: #4ABDDA;
}
.AnyTagClassName
{
color: #4ABDDA;
}
</style>
background-color css
<style>
a { background-color: #4ABDDA; }
a { background-color: rgb(74,189,218); }
div.DivClassName
{
background-color: #4ABDDA;
}
.BgClassName
{
background-color: #4ABDDA;
}
</style>
border-color css
<style>
span { border-color: #4ABDDA; }
span { border-color: rgb(74,189,218); }
td.TdClassName
{
border-color: #4ABDDA;
}
.TagClassName
{
border-color: #4ABDDA;
}
</style>