Shades of Viking #4AACB8
Tints of Viking #4AACB8
RGB
CMYK
RGB Variations
Color information
#4AACB8 (or 0x4AACB8) is known color: Viking. HEX triplet: 4A, AC and B8. RGB value is (74,172,184). Sum of RGB (Red+Green+Blue) = 74+172+184=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #4AACB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACB8 is #B55347. Grayscale: #8F8F8F. Windows color (decimal): -11883336 or 12102730. OLE color: 12102730.
HSL color Cylindrical-coordinate representation of color #4AACB8: hue angle of 186.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AACB8 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 74 | 172 | 184 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.28 |
| HSL | 186.55º | 0.44% | 0.51% | - |
| HSV(B) | 186.55º | 0.6% | 0.72% | - |
| XYZ | 26.23 | 34.42 | 50.61 | - |
| YUV | 144.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 184 | 0.60 | 0.07 | 0 | 0.28 | 186.55 | 0.44 | 0.51 |
| Hex | 4A | AC | B8 | 3C | 7 | 0 | 1C | BB | 2C | 33 |
| Octal | 112 | 254 | 270 | 74 | 7 | 0 | 34 | 273 | 54 | 63 |
| Binary | 1001010 | 10101100 | 10111000 | 111100 | 111 | 0 | 11100 | 10111011 | 101100 | 110011 |
Color Harmonies of #4AACB8
Complementary color
Monochromatic Colors of #4AACB8
Black with #4AACB8
Text Example
Text Example
White with #4AACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACB8; }
p { color: rgb(74,172,184); }
H1.HeaderClassName
{
color: #4AACB8;
}
.AnyTagClassName
{
color: #4AACB8;
}
</style>
background-color css
<style>
a { background-color: #4AACB8; }
a { background-color: rgb(74,172,184); }
div.DivClassName
{
background-color: #4AACB8;
}
.BgClassName
{
background-color: #4AACB8;
}
</style>
border-color css
<style>
span { border-color: #4AACB8; }
span { border-color: rgb(74,172,184); }
td.TdClassName
{
border-color: #4AACB8;
}
.TagClassName
{
border-color: #4AACB8;
}
</style>