Shades of Viking #4ABACE
Tints of Viking #4ABACE
RGB
CMYK
RGB Variations
Color information
#4ABACE (or 0x4ABACE) is known color: Viking. HEX triplet: 4A, BA and CE. RGB value is (74,186,206). Sum of RGB (Red+Green+Blue) = 74+186+206=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABACE is #B54531. Grayscale: #9A9A9A. Windows color (decimal): -11879730 or 13548106. OLE color: 13548106.
HSL color Cylindrical-coordinate representation of color #4ABACE: hue angle of 189.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABACE is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 186 | 206 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.19 |
| HSL | 189.09º | 0.57% | 0.55% | - |
| HSV(B) | 189.09º | 0.64% | 0.81% | - |
| XYZ | 31.52 | 41.03 | 64.65 | - |
| YUV | 154.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 206 | 0.64 | 0.10 | 0 | 0.19 | 189.09 | 0.57 | 0.55 |
| Hex | 4A | BA | CE | 40 | A | 0 | 13 | BD | 39 | 37 |
| Octal | 112 | 272 | 316 | 100 | 12 | 0 | 23 | 275 | 71 | 67 |
| Binary | 1001010 | 10111010 | 11001110 | 1000000 | 1010 | 0 | 10011 | 10111101 | 111001 | 110111 |
Color Harmonies of #4ABACE
Complementary color
Monochromatic Colors of #4ABACE
Black with #4ABACE
Text Example
Text Example
White with #4ABACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABACE; }
p { color: rgb(74,186,206); }
H1.HeaderClassName
{
color: #4ABACE;
}
.AnyTagClassName
{
color: #4ABACE;
}
</style>
background-color css
<style>
a { background-color: #4ABACE; }
a { background-color: rgb(74,186,206); }
div.DivClassName
{
background-color: #4ABACE;
}
.BgClassName
{
background-color: #4ABACE;
}
</style>
border-color css
<style>
span { border-color: #4ABACE; }
span { border-color: rgb(74,186,206); }
td.TdClassName
{
border-color: #4ABACE;
}
.TagClassName
{
border-color: #4ABACE;
}
</style>