Shades of Viking #4AABCD
Tints of Viking #4AABCD
RGB
CMYK
RGB Variations
Color information
#4AABCD (or 0x4AABCD) is known color: Viking. HEX triplet: 4A, AB and CD. RGB value is (74,171,205). Sum of RGB (Red+Green+Blue) = 74+171+205=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #4AABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABCD is #B55432. Grayscale: #919191. Windows color (decimal): -11883571 or 13478730. OLE color: 13478730.
HSL color Cylindrical-coordinate representation of color #4AABCD: hue angle of 195.57º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AABCD is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 171 | 205 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.20 |
| HSL | 195.57º | 0.57% | 0.55% | - |
| HSV(B) | 195.57º | 0.64% | 0.8% | - |
| XYZ | 28.41 | 34.99 | 63.01 | - |
| YUV | 145.87 | 161.36 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 205 | 0.64 | 0.17 | 0 | 0.20 | 195.57 | 0.57 | 0.55 |
| Hex | 4A | AB | CD | 40 | 11 | 0 | 14 | C4 | 39 | 37 |
| Octal | 112 | 253 | 315 | 100 | 21 | 0 | 24 | 304 | 71 | 67 |
| Binary | 1001010 | 10101011 | 11001101 | 1000000 | 10001 | 0 | 10100 | 11000100 | 111001 | 110111 |
Color Harmonies of #4AABCD
Complementary color
Monochromatic Colors of #4AABCD
Black with #4AABCD
Text Example
Text Example
White with #4AABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABCD; }
p { color: rgb(74,171,205); }
H1.HeaderClassName
{
color: #4AABCD;
}
.AnyTagClassName
{
color: #4AABCD;
}
</style>
background-color css
<style>
a { background-color: #4AABCD; }
a { background-color: rgb(74,171,205); }
div.DivClassName
{
background-color: #4AABCD;
}
.BgClassName
{
background-color: #4AABCD;
}
</style>
border-color css
<style>
span { border-color: #4AABCD; }
span { border-color: rgb(74,171,205); }
td.TdClassName
{
border-color: #4AABCD;
}
.TagClassName
{
border-color: #4AABCD;
}
</style>