Shades of Viking #40AAAD
Tints of Viking #40AAAD
RGB
CMYK
RGB Variations
Color information
#40AAAD (or 0x40AAAD) is known color: Viking. HEX triplet: 40, AA and AD. RGB value is (64,170,173). Sum of RGB (Red+Green+Blue) = 64+170+173=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #40AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAAD is #BF5552. Grayscale: #8A8A8A. Windows color (decimal): -12539219 or 11381312. OLE color: 11381312.
HSL color Cylindrical-coordinate representation of color #40AAAD: hue angle of 181.65º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AAAD is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 170 | 173 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.32 |
| HSL | 181.65º | 0.46% | 0.46% | - |
| HSV(B) | 181.65º | 0.63% | 0.68% | - |
| XYZ | 24.03 | 32.86 | 44.61 | - |
| YUV | 138.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 173 | 0.63 | 0.02 | 0 | 0.32 | 181.65 | 0.46 | 0.46 |
| Hex | 40 | AA | AD | 3F | 2 | 0 | 20 | B6 | 2E | 2E |
| Octal | 100 | 252 | 255 | 77 | 2 | 0 | 40 | 266 | 56 | 56 |
| Binary | 1000000 | 10101010 | 10101101 | 111111 | 10 | 0 | 100000 | 10110110 | 101110 | 101110 |
Color Harmonies of #40AAAD
Complementary color
Monochromatic Colors of #40AAAD
Black with #40AAAD
Text Example
Text Example
White with #40AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAAD; }
p { color: rgb(64,170,173); }
H1.HeaderClassName
{
color: #40AAAD;
}
.AnyTagClassName
{
color: #40AAAD;
}
</style>
background-color css
<style>
a { background-color: #40AAAD; }
a { background-color: rgb(64,170,173); }
div.DivClassName
{
background-color: #40AAAD;
}
.BgClassName
{
background-color: #40AAAD;
}
</style>
border-color css
<style>
span { border-color: #40AAAD; }
span { border-color: rgb(64,170,173); }
td.TdClassName
{
border-color: #40AAAD;
}
.TagClassName
{
border-color: #40AAAD;
}
</style>