Shades of Viking #4AA4B9
Tints of Viking #4AA4B9
RGB
CMYK
RGB Variations
Color information
#4AA4B9 (or 0x4AA4B9) is known color: Viking. HEX triplet: 4A, A4 and B9. RGB value is (74,164,185). Sum of RGB (Red+Green+Blue) = 74+164+185=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #4AA4B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA4B9 is #B55B46. Grayscale: #8B8B8B. Windows color (decimal): -11885383 or 12166218. OLE color: 12166218.
HSL color Cylindrical-coordinate representation of color #4AA4B9: hue angle of 191.35º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AA4B9 is Cyan = 0.6, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 164 | 185 | - |
| CMYK | 0.6 | 0.11 | 0 | 0.27 |
| HSL | 191.35º | 0.44% | 0.51% | - |
| HSV(B) | 191.35º | 0.6% | 0.73% | - |
| XYZ | 24.86 | 31.51 | 50.67 | - |
| YUV | 139.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 185 | 0.6 | 0.11 | 0 | 0.27 | 191.35 | 0.44 | 0.51 |
| Hex | 4A | A4 | B9 | 3C | B | 0 | 1B | BF | 2C | 33 |
| Octal | 112 | 244 | 271 | 74 | 13 | 0 | 33 | 277 | 54 | 63 |
| Binary | 1001010 | 10100100 | 10111001 | 111100 | 1011 | 0 | 11011 | 10111111 | 101100 | 110011 |
Color Harmonies of #4AA4B9
Complementary color
Monochromatic Colors of #4AA4B9
Black with #4AA4B9
Text Example
Text Example
White with #4AA4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA4B9; }
p { color: rgb(74,164,185); }
H1.HeaderClassName
{
color: #4AA4B9;
}
.AnyTagClassName
{
color: #4AA4B9;
}
</style>
background-color css
<style>
a { background-color: #4AA4B9; }
a { background-color: rgb(74,164,185); }
div.DivClassName
{
background-color: #4AA4B9;
}
.BgClassName
{
background-color: #4AA4B9;
}
</style>
border-color css
<style>
span { border-color: #4AA4B9; }
span { border-color: rgb(74,164,185); }
td.TdClassName
{
border-color: #4AA4B9;
}
.TagClassName
{
border-color: #4AA4B9;
}
</style>