Shades of Viking #4AABC2
Tints of Viking #4AABC2
RGB
CMYK
RGB Variations
Color information
#4AABC2 (or 0x4AABC2) is known color: Viking. HEX triplet: 4A, AB and C2. RGB value is (74,171,194). Sum of RGB (Red+Green+Blue) = 74+171+194=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #4AABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABC2 is #B5543D. Grayscale: #909090. Windows color (decimal): -11883582 or 12757834. OLE color: 12757834.
HSL color Cylindrical-coordinate representation of color #4AABC2: hue angle of 191.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AABC2 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 171 | 194 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.24 |
| HSL | 191.5º | 0.5% | 0.53% | - |
| HSV(B) | 191.5º | 0.62% | 0.76% | - |
| XYZ | 27.12 | 34.48 | 56.26 | - |
| YUV | 144.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 194 | 0.62 | 0.12 | 0 | 0.24 | 191.5 | 0.5 | 0.53 |
| Hex | 4A | AB | C2 | 3E | C | 0 | 18 | C0 | 32 | 35 |
| Octal | 112 | 253 | 302 | 76 | 14 | 0 | 30 | 300 | 62 | 65 |
| Binary | 1001010 | 10101011 | 11000010 | 111110 | 1100 | 0 | 11000 | 11000000 | 110010 | 110101 |
Color Harmonies of #4AABC2
Complementary color
Monochromatic Colors of #4AABC2
Black with #4AABC2
Text Example
Text Example
White with #4AABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABC2; }
p { color: rgb(74,171,194); }
H1.HeaderClassName
{
color: #4AABC2;
}
.AnyTagClassName
{
color: #4AABC2;
}
</style>
background-color css
<style>
a { background-color: #4AABC2; }
a { background-color: rgb(74,171,194); }
div.DivClassName
{
background-color: #4AABC2;
}
.BgClassName
{
background-color: #4AABC2;
}
</style>
border-color css
<style>
span { border-color: #4AABC2; }
span { border-color: rgb(74,171,194); }
td.TdClassName
{
border-color: #4AABC2;
}
.TagClassName
{
border-color: #4AABC2;
}
</style>