Shades of Viking #42AAAD
Tints of Viking #42AAAD
RGB
CMYK
RGB Variations
Color information
#42AAAD (or 0x42AAAD) is known color: Viking. HEX triplet: 42, AA and AD. RGB value is (66,170,173). Sum of RGB (Red+Green+Blue) = 66+170+173=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #42AAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AAAD is #BD5552. Grayscale: #8B8B8B. Windows color (decimal): -12408147 or 11381314. OLE color: 11381314.
HSL color Cylindrical-coordinate representation of color #42AAAD: hue angle of 181.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AAAD is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 170 | 173 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.32 |
| HSL | 181.68º | 0.45% | 0.47% | - |
| HSV(B) | 181.68º | 0.62% | 0.68% | - |
| XYZ | 24.16 | 32.92 | 44.62 | - |
| YUV | 139.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 173 | 0.62 | 0.02 | 0 | 0.32 | 181.68 | 0.45 | 0.47 |
| Hex | 42 | AA | AD | 3E | 2 | 0 | 20 | B6 | 2D | 2F |
| Octal | 102 | 252 | 255 | 76 | 2 | 0 | 40 | 266 | 55 | 57 |
| Binary | 1000010 | 10101010 | 10101101 | 111110 | 10 | 0 | 100000 | 10110110 | 101101 | 101111 |
Color Harmonies of #42AAAD
Complementary color
Monochromatic Colors of #42AAAD
Black with #42AAAD
Text Example
Text Example
White with #42AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAAD; }
p { color: rgb(66,170,173); }
H1.HeaderClassName
{
color: #42AAAD;
}
.AnyTagClassName
{
color: #42AAAD;
}
</style>
background-color css
<style>
a { background-color: #42AAAD; }
a { background-color: rgb(66,170,173); }
div.DivClassName
{
background-color: #42AAAD;
}
.BgClassName
{
background-color: #42AAAD;
}
</style>
border-color css
<style>
span { border-color: #42AAAD; }
span { border-color: rgb(66,170,173); }
td.TdClassName
{
border-color: #42AAAD;
}
.TagClassName
{
border-color: #42AAAD;
}
</style>