Shades of Viking #4ABACA
Tints of Viking #4ABACA
RGB
CMYK
RGB Variations
Color information
#4ABACA (or 0x4ABACA) is known color: Viking. HEX triplet: 4A, BA and CA. RGB value is (74,186,202). Sum of RGB (Red+Green+Blue) = 74+186+202=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #4ABACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABACA is #B54535. Grayscale: #9A9A9A. Windows color (decimal): -11879734 or 13285962. OLE color: 13285962.
HSL color Cylindrical-coordinate representation of color #4ABACA: hue angle of 187.5º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ABACA is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 186 | 202 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.21 |
| HSL | 187.5º | 0.55% | 0.54% | - |
| HSV(B) | 187.5º | 0.63% | 0.79% | - |
| XYZ | 31.04 | 40.84 | 62.12 | - |
| YUV | 154.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 202 | 0.63 | 0.08 | 0 | 0.21 | 187.5 | 0.55 | 0.54 |
| Hex | 4A | BA | CA | 3F | 8 | 0 | 15 | BC | 37 | 36 |
| Octal | 112 | 272 | 312 | 77 | 10 | 0 | 25 | 274 | 67 | 66 |
| Binary | 1001010 | 10111010 | 11001010 | 111111 | 1000 | 0 | 10101 | 10111100 | 110111 | 110110 |
Color Harmonies of #4ABACA
Complementary color
Monochromatic Colors of #4ABACA
Black with #4ABACA
Text Example
Text Example
White with #4ABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABACA; }
p { color: rgb(74,186,202); }
H1.HeaderClassName
{
color: #4ABACA;
}
.AnyTagClassName
{
color: #4ABACA;
}
</style>
background-color css
<style>
a { background-color: #4ABACA; }
a { background-color: rgb(74,186,202); }
div.DivClassName
{
background-color: #4ABACA;
}
.BgClassName
{
background-color: #4ABACA;
}
</style>
border-color css
<style>
span { border-color: #4ABACA; }
span { border-color: rgb(74,186,202); }
td.TdClassName
{
border-color: #4ABACA;
}
.TagClassName
{
border-color: #4ABACA;
}
</style>