Shades of Viking #4AACC6
Tints of Viking #4AACC6
RGB
CMYK
RGB Variations
Color information
#4AACC6 (or 0x4AACC6) is known color: Viking. HEX triplet: 4A, AC and C6. RGB value is (74,172,198). Sum of RGB (Red+Green+Blue) = 74+172+198=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #4AACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACC6 is #B55339. Grayscale: #919191. Windows color (decimal): -11883322 or 13020234. OLE color: 13020234.
HSL color Cylindrical-coordinate representation of color #4AACC6: hue angle of 192.58º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AACC6 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 172 | 198 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.22 |
| HSL | 192.58º | 0.52% | 0.53% | - |
| HSV(B) | 192.58º | 0.63% | 0.78% | - |
| XYZ | 27.77 | 35.04 | 58.73 | - |
| YUV | 145.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 198 | 0.63 | 0.13 | 0 | 0.22 | 192.58 | 0.52 | 0.53 |
| Hex | 4A | AC | C6 | 3F | D | 0 | 16 | C1 | 34 | 35 |
| Octal | 112 | 254 | 306 | 77 | 15 | 0 | 26 | 301 | 64 | 65 |
| Binary | 1001010 | 10101100 | 11000110 | 111111 | 1101 | 0 | 10110 | 11000001 | 110100 | 110101 |
Color Harmonies of #4AACC6
Complementary color
Monochromatic Colors of #4AACC6
Black with #4AACC6
Text Example
Text Example
White with #4AACC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACC6; }
p { color: rgb(74,172,198); }
H1.HeaderClassName
{
color: #4AACC6;
}
.AnyTagClassName
{
color: #4AACC6;
}
</style>
background-color css
<style>
a { background-color: #4AACC6; }
a { background-color: rgb(74,172,198); }
div.DivClassName
{
background-color: #4AACC6;
}
.BgClassName
{
background-color: #4AACC6;
}
</style>
border-color css
<style>
span { border-color: #4AACC6; }
span { border-color: rgb(74,172,198); }
td.TdClassName
{
border-color: #4AACC6;
}
.TagClassName
{
border-color: #4AACC6;
}
</style>