Shades of Viking #42AABE
Tints of Viking #42AABE
RGB
CMYK
RGB Variations
Color information
#42AABE (or 0x42AABE) is known color: Viking. HEX triplet: 42, AA and BE. RGB value is (66,170,190). Sum of RGB (Red+Green+Blue) = 66+170+190=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #42AABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AABE is #BD5541. Grayscale: #8D8D8D. Windows color (decimal): -12408130 or 12495426. OLE color: 12495426.
HSL color Cylindrical-coordinate representation of color #42AABE: hue angle of 189.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42AABE is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 170 | 190 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.25 |
| HSL | 189.68º | 0.49% | 0.5% | - |
| HSV(B) | 189.68º | 0.65% | 0.75% | - |
| XYZ | 25.92 | 33.63 | 53.84 | - |
| YUV | 141.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 190 | 0.65 | 0.11 | 0 | 0.25 | 189.68 | 0.49 | 0.5 |
| Hex | 42 | AA | BE | 41 | B | 0 | 19 | BE | 31 | 32 |
| Octal | 102 | 252 | 276 | 101 | 13 | 0 | 31 | 276 | 61 | 62 |
| Binary | 1000010 | 10101010 | 10111110 | 1000001 | 1011 | 0 | 11001 | 10111110 | 110001 | 110010 |
Color Harmonies of #42AABE
Complementary color
Monochromatic Colors of #42AABE
Black with #42AABE
Text Example
Text Example
White with #42AABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AABE; }
p { color: rgb(66,170,190); }
H1.HeaderClassName
{
color: #42AABE;
}
.AnyTagClassName
{
color: #42AABE;
}
</style>
background-color css
<style>
a { background-color: #42AABE; }
a { background-color: rgb(66,170,190); }
div.DivClassName
{
background-color: #42AABE;
}
.BgClassName
{
background-color: #42AABE;
}
</style>
border-color css
<style>
span { border-color: #42AABE; }
span { border-color: rgb(66,170,190); }
td.TdClassName
{
border-color: #42AABE;
}
.TagClassName
{
border-color: #42AABE;
}
</style>