Shades of Viking #4AA2BD
Tints of Viking #4AA2BD
RGB
CMYK
RGB Variations
Color information
#4AA2BD (or 0x4AA2BD) is known color: Viking. HEX triplet: 4A, A2 and BD. RGB value is (74,162,189). Sum of RGB (Red+Green+Blue) = 74+162+189=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AA2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA2BD is #B55D42. Grayscale: #8A8A8A. Windows color (decimal): -11885891 or 12427850. OLE color: 12427850.
HSL color Cylindrical-coordinate representation of color #4AA2BD: hue angle of 194.09º 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 #4AA2BD is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 162 | 189 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.26 |
| HSL | 194.09º | 0.47% | 0.52% | - |
| HSV(B) | 194.09º | 0.61% | 0.74% | - |
| XYZ | 24.93 | 30.97 | 52.81 | - |
| YUV | 138.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 189 | 0.61 | 0.14 | 0 | 0.26 | 194.09 | 0.47 | 0.52 |
| Hex | 4A | A2 | BD | 3D | E | 0 | 1A | C2 | 2F | 34 |
| Octal | 112 | 242 | 275 | 75 | 16 | 0 | 32 | 302 | 57 | 64 |
| Binary | 1001010 | 10100010 | 10111101 | 111101 | 1110 | 0 | 11010 | 11000010 | 101111 | 110100 |
Color Harmonies of #4AA2BD
Complementary color
Monochromatic Colors of #4AA2BD
Black with #4AA2BD
Text Example
Text Example
White with #4AA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA2BD; }
p { color: rgb(74,162,189); }
H1.HeaderClassName
{
color: #4AA2BD;
}
.AnyTagClassName
{
color: #4AA2BD;
}
</style>
background-color css
<style>
a { background-color: #4AA2BD; }
a { background-color: rgb(74,162,189); }
div.DivClassName
{
background-color: #4AA2BD;
}
.BgClassName
{
background-color: #4AA2BD;
}
</style>
border-color css
<style>
span { border-color: #4AA2BD; }
span { border-color: rgb(74,162,189); }
td.TdClassName
{
border-color: #4AA2BD;
}
.TagClassName
{
border-color: #4AA2BD;
}
</style>