Shades of Viking #4AAABD
Tints of Viking #4AAABD
RGB
CMYK
RGB Variations
Color information
#4AAABD (or 0x4AAABD) is known color: Viking. HEX triplet: 4A, AA and BD. RGB value is (74,170,189). Sum of RGB (Red+Green+Blue) = 74+170+189=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #4AAABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAABD is #B55542. Grayscale: #8F8F8F. Windows color (decimal): -11883843 or 12429898. OLE color: 12429898.
HSL color Cylindrical-coordinate representation of color #4AAABD: hue angle of 189.91º 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 #4AAABD is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 170 | 189 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.26 |
| HSL | 189.91º | 0.47% | 0.52% | - |
| HSV(B) | 189.91º | 0.61% | 0.74% | - |
| XYZ | 26.38 | 33.88 | 53.29 | - |
| YUV | 143.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 189 | 0.61 | 0.10 | 0 | 0.26 | 189.91 | 0.47 | 0.52 |
| Hex | 4A | AA | BD | 3D | A | 0 | 1A | BE | 2F | 34 |
| Octal | 112 | 252 | 275 | 75 | 12 | 0 | 32 | 276 | 57 | 64 |
| Binary | 1001010 | 10101010 | 10111101 | 111101 | 1010 | 0 | 11010 | 10111110 | 101111 | 110100 |
Color Harmonies of #4AAABD
Complementary color
Monochromatic Colors of #4AAABD
Black with #4AAABD
Text Example
Text Example
White with #4AAABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAABD; }
p { color: rgb(74,170,189); }
H1.HeaderClassName
{
color: #4AAABD;
}
.AnyTagClassName
{
color: #4AAABD;
}
</style>
background-color css
<style>
a { background-color: #4AAABD; }
a { background-color: rgb(74,170,189); }
div.DivClassName
{
background-color: #4AAABD;
}
.BgClassName
{
background-color: #4AAABD;
}
</style>
border-color css
<style>
span { border-color: #4AAABD; }
span { border-color: rgb(74,170,189); }
td.TdClassName
{
border-color: #4AAABD;
}
.TagClassName
{
border-color: #4AAABD;
}
</style>