Shades of Viking #4AACC8
Tints of Viking #4AACC8
RGB
CMYK
RGB Variations
Color information
#4AACC8 (or 0x4AACC8) is known color: Viking. HEX triplet: 4A, AC and C8. RGB value is (74,172,200). Sum of RGB (Red+Green+Blue) = 74+172+200=446 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.59% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #4AACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACC8 is #B55337. Grayscale: #919191. Windows color (decimal): -11883320 or 13151306. OLE color: 13151306.
HSL color Cylindrical-coordinate representation of color #4AACC8: hue angle of 193.33º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AACC8 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 172 | 200 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.22 |
| HSL | 193.33º | 0.53% | 0.54% | - |
| HSV(B) | 193.33º | 0.63% | 0.78% | - |
| XYZ | 28 | 35.13 | 59.95 | - |
| YUV | 145.89 | 158.53 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 200 | 0.63 | 0.14 | 0 | 0.22 | 193.33 | 0.53 | 0.54 |
| Hex | 4A | AC | C8 | 3F | E | 0 | 16 | C1 | 35 | 36 |
| Octal | 112 | 254 | 310 | 77 | 16 | 0 | 26 | 301 | 65 | 66 |
| Binary | 1001010 | 10101100 | 11001000 | 111111 | 1110 | 0 | 10110 | 11000001 | 110101 | 110110 |
Color Harmonies of #4AACC8
Complementary color
Monochromatic Colors of #4AACC8
Black with #4AACC8
Text Example
Text Example
White with #4AACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACC8; }
p { color: rgb(74,172,200); }
H1.HeaderClassName
{
color: #4AACC8;
}
.AnyTagClassName
{
color: #4AACC8;
}
</style>
background-color css
<style>
a { background-color: #4AACC8; }
a { background-color: rgb(74,172,200); }
div.DivClassName
{
background-color: #4AACC8;
}
.BgClassName
{
background-color: #4AACC8;
}
</style>
border-color css
<style>
span { border-color: #4AACC8; }
span { border-color: rgb(74,172,200); }
td.TdClassName
{
border-color: #4AACC8;
}
.TagClassName
{
border-color: #4AACC8;
}
</style>