Shades of Viking #4ABDCC
Tints of Viking #4ABDCC
RGB
CMYK
RGB Variations
Color information
#4ABDCC (or 0x4ABDCC) is known color: Viking. HEX triplet: 4A, BD and CC. RGB value is (74,189,204). Sum of RGB (Red+Green+Blue) = 74+189+204=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #4ABDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDCC is #B54233. Grayscale: #9C9C9C. Windows color (decimal): -11878964 or 13417802. OLE color: 13417802.
HSL color Cylindrical-coordinate representation of color #4ABDCC: hue angle of 186.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABDCC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 189 | 204 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.2 |
| HSL | 186.92º | 0.56% | 0.55% | - |
| HSV(B) | 186.92º | 0.64% | 0.8% | - |
| XYZ | 31.92 | 42.21 | 63.59 | - |
| YUV | 156.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 204 | 0.64 | 0.07 | 0 | 0.2 | 186.92 | 0.56 | 0.55 |
| Hex | 4A | BD | CC | 40 | 7 | 0 | 14 | BB | 38 | 37 |
| Octal | 112 | 275 | 314 | 100 | 7 | 0 | 24 | 273 | 70 | 67 |
| Binary | 1001010 | 10111101 | 11001100 | 1000000 | 111 | 0 | 10100 | 10111011 | 111000 | 110111 |
Color Harmonies of #4ABDCC
Complementary color
Monochromatic Colors of #4ABDCC
Black with #4ABDCC
Text Example
Text Example
White with #4ABDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDCC; }
p { color: rgb(74,189,204); }
H1.HeaderClassName
{
color: #4ABDCC;
}
.AnyTagClassName
{
color: #4ABDCC;
}
</style>
background-color css
<style>
a { background-color: #4ABDCC; }
a { background-color: rgb(74,189,204); }
div.DivClassName
{
background-color: #4ABDCC;
}
.BgClassName
{
background-color: #4ABDCC;
}
</style>
border-color css
<style>
span { border-color: #4ABDCC; }
span { border-color: rgb(74,189,204); }
td.TdClassName
{
border-color: #4ABDCC;
}
.TagClassName
{
border-color: #4ABDCC;
}
</style>