Shades of Viking #4AAEB5
Tints of Viking #4AAEB5
RGB
CMYK
RGB Variations
Color information
#4AAEB5 (or 0x4AAEB5) is known color: Viking. HEX triplet: 4A, AE and B5. RGB value is (74,174,181). Sum of RGB (Red+Green+Blue) = 74+174+181=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #4AAEB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEB5 is #B5514A. Grayscale: #909090. Windows color (decimal): -11882827 or 11906634. OLE color: 11906634.
HSL color Cylindrical-coordinate representation of color #4AAEB5: hue angle of 183.93º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAEB5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 174 | 181 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.29 |
| HSL | 183.93º | 0.42% | 0.5% | - |
| HSV(B) | 183.93º | 0.59% | 0.71% | - |
| XYZ | 26.3 | 35.06 | 49.1 | - |
| YUV | 144.9 | 148.37 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 181 | 0.59 | 0.04 | 0 | 0.29 | 183.93 | 0.42 | 0.5 |
| Hex | 4A | AE | B5 | 3B | 4 | 0 | 1D | B8 | 2A | 32 |
| Octal | 112 | 256 | 265 | 73 | 4 | 0 | 35 | 270 | 52 | 62 |
| Binary | 1001010 | 10101110 | 10110101 | 111011 | 100 | 0 | 11101 | 10111000 | 101010 | 110010 |
Color Harmonies of #4AAEB5
Complementary color
Monochromatic Colors of #4AAEB5
Black with #4AAEB5
Text Example
Text Example
White with #4AAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEB5; }
p { color: rgb(74,174,181); }
H1.HeaderClassName
{
color: #4AAEB5;
}
.AnyTagClassName
{
color: #4AAEB5;
}
</style>
background-color css
<style>
a { background-color: #4AAEB5; }
a { background-color: rgb(74,174,181); }
div.DivClassName
{
background-color: #4AAEB5;
}
.BgClassName
{
background-color: #4AAEB5;
}
</style>
border-color css
<style>
span { border-color: #4AAEB5; }
span { border-color: rgb(74,174,181); }
td.TdClassName
{
border-color: #4AAEB5;
}
.TagClassName
{
border-color: #4AAEB5;
}
</style>