Shades of Viking #4AABBF
Tints of Viking #4AABBF
RGB
CMYK
RGB Variations
Color information
#4AABBF (or 0x4AABBF) is known color: Viking. HEX triplet: 4A, AB and BF. RGB value is (74,171,191). Sum of RGB (Red+Green+Blue) = 74+171+191=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #4AABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABBF is #B55440. Grayscale: #909090. Windows color (decimal): -11883585 or 12561226. OLE color: 12561226.
HSL color Cylindrical-coordinate representation of color #4AABBF: hue angle of 190.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AABBF is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 171 | 191 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.25 |
| HSL | 190.26º | 0.48% | 0.52% | - |
| HSV(B) | 190.26º | 0.61% | 0.75% | - |
| XYZ | 26.79 | 34.34 | 54.51 | - |
| YUV | 144.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 191 | 0.61 | 0.10 | 0 | 0.25 | 190.26 | 0.48 | 0.52 |
| Hex | 4A | AB | BF | 3D | A | 0 | 19 | BE | 30 | 34 |
| Octal | 112 | 253 | 277 | 75 | 12 | 0 | 31 | 276 | 60 | 64 |
| Binary | 1001010 | 10101011 | 10111111 | 111101 | 1010 | 0 | 11001 | 10111110 | 110000 | 110100 |
Color Harmonies of #4AABBF
Complementary color
Monochromatic Colors of #4AABBF
Black with #4AABBF
Text Example
Text Example
White with #4AABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABBF; }
p { color: rgb(74,171,191); }
H1.HeaderClassName
{
color: #4AABBF;
}
.AnyTagClassName
{
color: #4AABBF;
}
</style>
background-color css
<style>
a { background-color: #4AABBF; }
a { background-color: rgb(74,171,191); }
div.DivClassName
{
background-color: #4AABBF;
}
.BgClassName
{
background-color: #4AABBF;
}
</style>
border-color css
<style>
span { border-color: #4AABBF; }
span { border-color: rgb(74,171,191); }
td.TdClassName
{
border-color: #4AABBF;
}
.TagClassName
{
border-color: #4AABBF;
}
</style>