Shades of Viking #4AAAD5
Tints of Viking #4AAAD5
RGB
CMYK
RGB Variations
Color information
#4AAAD5 (or 0x4AAAD5) is known color: Viking. HEX triplet: 4A, AA and D5. RGB value is (74,170,213). Sum of RGB (Red+Green+Blue) = 74+170+213=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #4AAAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAAD5 is #B5552A. Grayscale: #919191. Windows color (decimal): -11883819 or 14002762. OLE color: 14002762.
HSL color Cylindrical-coordinate representation of color #4AAAD5: hue angle of 198.56º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AAAD5 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 170 | 213 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.16 |
| HSL | 198.56º | 0.62% | 0.56% | - |
| HSV(B) | 198.56º | 0.65% | 0.84% | - |
| XYZ | 29.21 | 35.01 | 68.17 | - |
| YUV | 146.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 213 | 0.65 | 0.20 | 0 | 0.16 | 198.56 | 0.62 | 0.56 |
| Hex | 4A | AA | D5 | 41 | 14 | 0 | 10 | C7 | 3E | 38 |
| Octal | 112 | 252 | 325 | 101 | 24 | 0 | 20 | 307 | 76 | 70 |
| Binary | 1001010 | 10101010 | 11010101 | 1000001 | 10100 | 0 | 10000 | 11000111 | 111110 | 111000 |
Color Harmonies of #4AAAD5
Complementary color
Monochromatic Colors of #4AAAD5
Black with #4AAAD5
Text Example
Text Example
White with #4AAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAD5; }
p { color: rgb(74,170,213); }
H1.HeaderClassName
{
color: #4AAAD5;
}
.AnyTagClassName
{
color: #4AAAD5;
}
</style>
background-color css
<style>
a { background-color: #4AAAD5; }
a { background-color: rgb(74,170,213); }
div.DivClassName
{
background-color: #4AAAD5;
}
.BgClassName
{
background-color: #4AAAD5;
}
</style>
border-color css
<style>
span { border-color: #4AAAD5; }
span { border-color: rgb(74,170,213); }
td.TdClassName
{
border-color: #4AAAD5;
}
.TagClassName
{
border-color: #4AAAD5;
}
</style>