Shades of Viking #4AA0BD
Tints of Viking #4AA0BD
RGB
CMYK
RGB Variations
Color information
#4AA0BD (or 0x4AA0BD) is known color: Viking. HEX triplet: 4A, A0 and BD. RGB value is (74,160,189). Sum of RGB (Red+Green+Blue) = 74+160+189=423 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.49% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AA0BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA0BD is #B55F42. Grayscale: #898989. Windows color (decimal): -11886403 or 12427338. OLE color: 12427338.
HSL color Cylindrical-coordinate representation of color #4AA0BD: hue angle of 195.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AA0BD is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 160 | 189 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.26 |
| HSL | 195.13º | 0.47% | 0.52% | - |
| HSV(B) | 195.13º | 0.61% | 0.74% | - |
| XYZ | 24.58 | 30.27 | 52.69 | - |
| YUV | 137.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 189 | 0.61 | 0.15 | 0 | 0.26 | 195.13 | 0.47 | 0.52 |
| Hex | 4A | A0 | BD | 3D | F | 0 | 1A | C3 | 2F | 34 |
| Octal | 112 | 240 | 275 | 75 | 17 | 0 | 32 | 303 | 57 | 64 |
| Binary | 1001010 | 10100000 | 10111101 | 111101 | 1111 | 0 | 11010 | 11000011 | 101111 | 110100 |
Color Harmonies of #4AA0BD
Complementary color
Monochromatic Colors of #4AA0BD
Black with #4AA0BD
Text Example
Text Example
White with #4AA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA0BD; }
p { color: rgb(74,160,189); }
H1.HeaderClassName
{
color: #4AA0BD;
}
.AnyTagClassName
{
color: #4AA0BD;
}
</style>
background-color css
<style>
a { background-color: #4AA0BD; }
a { background-color: rgb(74,160,189); }
div.DivClassName
{
background-color: #4AA0BD;
}
.BgClassName
{
background-color: #4AA0BD;
}
</style>
border-color css
<style>
span { border-color: #4AA0BD; }
span { border-color: rgb(74,160,189); }
td.TdClassName
{
border-color: #4AA0BD;
}
.TagClassName
{
border-color: #4AA0BD;
}
</style>