Shades of Viking #4ABDD0
Tints of Viking #4ABDD0
RGB
CMYK
RGB Variations
Color information
#4ABDD0 (or 0x4ABDD0) is known color: Viking. HEX triplet: 4A, BD and D0. RGB value is (74,189,208). Sum of RGB (Red+Green+Blue) = 74+189+208=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #4ABDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDD0 is #B5422F. Grayscale: #9C9C9C. Windows color (decimal): -11878960 or 13679946. OLE color: 13679946.
HSL color Cylindrical-coordinate representation of color #4ABDD0: hue angle of 188.51º 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 #4ABDD0 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 189 | 208 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.18 |
| HSL | 188.51º | 0.59% | 0.55% | - |
| HSV(B) | 188.51º | 0.64% | 0.82% | - |
| XYZ | 32.41 | 42.41 | 66.15 | - |
| YUV | 156.78 | 156.9 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 208 | 0.64 | 0.09 | 0 | 0.18 | 188.51 | 0.59 | 0.55 |
| Hex | 4A | BD | D0 | 40 | 9 | 0 | 12 | BD | 3B | 37 |
| Octal | 112 | 275 | 320 | 100 | 11 | 0 | 22 | 275 | 73 | 67 |
| Binary | 1001010 | 10111101 | 11010000 | 1000000 | 1001 | 0 | 10010 | 10111101 | 111011 | 110111 |
Color Harmonies of #4ABDD0
Complementary color
Monochromatic Colors of #4ABDD0
Black with #4ABDD0
Text Example
Text Example
White with #4ABDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDD0; }
p { color: rgb(74,189,208); }
H1.HeaderClassName
{
color: #4ABDD0;
}
.AnyTagClassName
{
color: #4ABDD0;
}
</style>
background-color css
<style>
a { background-color: #4ABDD0; }
a { background-color: rgb(74,189,208); }
div.DivClassName
{
background-color: #4ABDD0;
}
.BgClassName
{
background-color: #4ABDD0;
}
</style>
border-color css
<style>
span { border-color: #4ABDD0; }
span { border-color: rgb(74,189,208); }
td.TdClassName
{
border-color: #4ABDD0;
}
.TagClassName
{
border-color: #4ABDD0;
}
</style>