Shades of Viking #4AA6D1
Tints of Viking #4AA6D1
RGB
CMYK
RGB Variations
Color information
#4AA6D1 (or 0x4AA6D1) is known color: Viking. HEX triplet: 4A, A6 and D1. RGB value is (74,166,209). Sum of RGB (Red+Green+Blue) = 74+166+209=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #4AA6D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA6D1 is #B5592E. Grayscale: #8F8F8F. Windows color (decimal): -11884847 or 13739594. OLE color: 13739594.
HSL color Cylindrical-coordinate representation of color #4AA6D1: hue angle of 199.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AA6D1 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 166 | 209 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.18 |
| HSL | 199.11º | 0.59% | 0.55% | - |
| HSV(B) | 199.11º | 0.65% | 0.82% | - |
| XYZ | 27.97 | 33.33 | 65.28 | - |
| YUV | 143.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 209 | 0.65 | 0.21 | 0 | 0.18 | 199.11 | 0.59 | 0.55 |
| Hex | 4A | A6 | D1 | 41 | 15 | 0 | 12 | C7 | 3B | 37 |
| Octal | 112 | 246 | 321 | 101 | 25 | 0 | 22 | 307 | 73 | 67 |
| Binary | 1001010 | 10100110 | 11010001 | 1000001 | 10101 | 0 | 10010 | 11000111 | 111011 | 110111 |
Color Harmonies of #4AA6D1
Complementary color
Monochromatic Colors of #4AA6D1
Black with #4AA6D1
Text Example
Text Example
White with #4AA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA6D1; }
p { color: rgb(74,166,209); }
H1.HeaderClassName
{
color: #4AA6D1;
}
.AnyTagClassName
{
color: #4AA6D1;
}
</style>
background-color css
<style>
a { background-color: #4AA6D1; }
a { background-color: rgb(74,166,209); }
div.DivClassName
{
background-color: #4AA6D1;
}
.BgClassName
{
background-color: #4AA6D1;
}
</style>
border-color css
<style>
span { border-color: #4AA6D1; }
span { border-color: rgb(74,166,209); }
td.TdClassName
{
border-color: #4AA6D1;
}
.TagClassName
{
border-color: #4AA6D1;
}
</style>