Shades of Viking #46AFAF
Tints of Viking #46AFAF
RGB
CMYK
RGB Variations
Color information
#46AFAF (or 0x46AFAF) is known color: Viking. HEX triplet: 46, AF and AF. RGB value is (70,175,175). Sum of RGB (Red+Green+Blue) = 70+175+175=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #46AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AFAF is #B95050. Grayscale: #8F8F8F. Windows color (decimal): -12144721 or 11513670. OLE color: 11513670.
HSL color Cylindrical-coordinate representation of color #46AFAF: hue angle of 180º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AFAF is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 175 | 175 | - |
| CMYK | 0.60 | 0 | 0 | 0.31 |
| HSL | 180º | 0.43% | 0.48% | - |
| HSV(B) | 180º | 0.6% | 0.69% | - |
| XYZ | 25.59 | 35.06 | 45.98 | - |
| YUV | 143.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 175 | 0.60 | 0 | 0 | 0.31 | 180 | 0.43 | 0.48 |
| Hex | 46 | AF | AF | 3C | 0 | 0 | 1F | B4 | 2B | 30 |
| Octal | 106 | 257 | 257 | 74 | 0 | 0 | 37 | 264 | 53 | 60 |
| Binary | 1000110 | 10101111 | 10101111 | 111100 | 0 | 0 | 11111 | 10110100 | 101011 | 110000 |
Color Harmonies of #46AFAF
Complementary color
Monochromatic Colors of #46AFAF
Black with #46AFAF
Text Example
Text Example
White with #46AFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AFAF; }
p { color: rgb(70,175,175); }
H1.HeaderClassName
{
color: #46AFAF;
}
.AnyTagClassName
{
color: #46AFAF;
}
</style>
background-color css
<style>
a { background-color: #46AFAF; }
a { background-color: rgb(70,175,175); }
div.DivClassName
{
background-color: #46AFAF;
}
.BgClassName
{
background-color: #46AFAF;
}
</style>
border-color css
<style>
span { border-color: #46AFAF; }
span { border-color: rgb(70,175,175); }
td.TdClassName
{
border-color: #46AFAF;
}
.TagClassName
{
border-color: #46AFAF;
}
</style>