Shades of Viking #4AB7BA
Tints of Viking #4AB7BA
RGB
CMYK
RGB Variations
Color information
#4AB7BA (or 0x4AB7BA) is known color: Viking. HEX triplet: 4A, B7 and BA. RGB value is (74,183,186). Sum of RGB (Red+Green+Blue) = 74+183+186=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #4AB7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB7BA is #B54845. Grayscale: #969696. Windows color (decimal): -11880518 or 12236618. OLE color: 12236618.
HSL color Cylindrical-coordinate representation of color #4AB7BA: hue angle of 181.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB7BA is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 183 | 186 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.27 |
| HSL | 181.61º | 0.45% | 0.51% | - |
| HSV(B) | 181.61º | 0.6% | 0.73% | - |
| XYZ | 28.62 | 38.87 | 52.45 | - |
| YUV | 150.75 | 147.89 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 183 | 186 | 0.60 | 0.02 | 0 | 0.27 | 181.61 | 0.45 | 0.51 |
| Hex | 4A | B7 | BA | 3C | 2 | 0 | 1B | B6 | 2D | 33 |
| Octal | 112 | 267 | 272 | 74 | 2 | 0 | 33 | 266 | 55 | 63 |
| Binary | 1001010 | 10110111 | 10111010 | 111100 | 10 | 0 | 11011 | 10110110 | 101101 | 110011 |
Color Harmonies of #4AB7BA
Complementary color
Monochromatic Colors of #4AB7BA
Black with #4AB7BA
Text Example
Text Example
White with #4AB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB7BA; }
p { color: rgb(74,183,186); }
H1.HeaderClassName
{
color: #4AB7BA;
}
.AnyTagClassName
{
color: #4AB7BA;
}
</style>
background-color css
<style>
a { background-color: #4AB7BA; }
a { background-color: rgb(74,183,186); }
div.DivClassName
{
background-color: #4AB7BA;
}
.BgClassName
{
background-color: #4AB7BA;
}
</style>
border-color css
<style>
span { border-color: #4AB7BA; }
span { border-color: rgb(74,183,186); }
td.TdClassName
{
border-color: #4AB7BA;
}
.TagClassName
{
border-color: #4AB7BA;
}
</style>