Shades of Viking #4AAAB3
Tints of Viking #4AAAB3
RGB
CMYK
RGB Variations
Color information
#4AAAB3 (or 0x4AAAB3) is known color: Viking. HEX triplet: 4A, AA and B3. RGB value is (74,170,179). Sum of RGB (Red+Green+Blue) = 74+170+179=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #4AAAB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAAB3 is #B5554C. Grayscale: #8E8E8E. Windows color (decimal): -11883853 or 11774538. OLE color: 11774538.
HSL color Cylindrical-coordinate representation of color #4AAAB3: hue angle of 185.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAAB3 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 170 | 179 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.30 |
| HSL | 185.14º | 0.42% | 0.5% | - |
| HSV(B) | 185.14º | 0.59% | 0.7% | - |
| XYZ | 25.34 | 33.46 | 47.77 | - |
| YUV | 142.32 | 148.7 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 179 | 0.59 | 0.05 | 0 | 0.30 | 185.14 | 0.42 | 0.5 |
| Hex | 4A | AA | B3 | 3B | 5 | 0 | 1E | B9 | 2A | 32 |
| Octal | 112 | 252 | 263 | 73 | 5 | 0 | 36 | 271 | 52 | 62 |
| Binary | 1001010 | 10101010 | 10110011 | 111011 | 101 | 0 | 11110 | 10111001 | 101010 | 110010 |
Color Harmonies of #4AAAB3
Complementary color
Monochromatic Colors of #4AAAB3
Black with #4AAAB3
Text Example
Text Example
White with #4AAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAB3; }
p { color: rgb(74,170,179); }
H1.HeaderClassName
{
color: #4AAAB3;
}
.AnyTagClassName
{
color: #4AAAB3;
}
</style>
background-color css
<style>
a { background-color: #4AAAB3; }
a { background-color: rgb(74,170,179); }
div.DivClassName
{
background-color: #4AAAB3;
}
.BgClassName
{
background-color: #4AAAB3;
}
</style>
border-color css
<style>
span { border-color: #4AAAB3; }
span { border-color: rgb(74,170,179); }
td.TdClassName
{
border-color: #4AAAB3;
}
.TagClassName
{
border-color: #4AAAB3;
}
</style>