Shades of Viking #46AEBB
Tints of Viking #46AEBB
RGB
CMYK
RGB Variations
Color information
#46AEBB (or 0x46AEBB) is known color: Viking. HEX triplet: 46, AE and BB. RGB value is (70,174,187). Sum of RGB (Red+Green+Blue) = 70+174+187=431 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.24% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #46AEBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AEBB is #B95144. Grayscale: #909090. Windows color (decimal): -12144965 or 12299846. OLE color: 12299846.
HSL color Cylindrical-coordinate representation of color #46AEBB: hue angle of 186.67º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46AEBB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 174 | 187 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.27 |
| HSL | 186.67º | 0.46% | 0.5% | - |
| HSV(B) | 186.67º | 0.63% | 0.73% | - |
| XYZ | 26.63 | 35.16 | 52.4 | - |
| YUV | 144.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 174 | 187 | 0.63 | 0.07 | 0 | 0.27 | 186.67 | 0.46 | 0.5 |
| Hex | 46 | AE | BB | 3F | 7 | 0 | 1B | BB | 2E | 32 |
| Octal | 106 | 256 | 273 | 77 | 7 | 0 | 33 | 273 | 56 | 62 |
| Binary | 1000110 | 10101110 | 10111011 | 111111 | 111 | 0 | 11011 | 10111011 | 101110 | 110010 |
Color Harmonies of #46AEBB
Complementary color
Monochromatic Colors of #46AEBB
Black with #46AEBB
Text Example
Text Example
White with #46AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AEBB; }
p { color: rgb(70,174,187); }
H1.HeaderClassName
{
color: #46AEBB;
}
.AnyTagClassName
{
color: #46AEBB;
}
</style>
background-color css
<style>
a { background-color: #46AEBB; }
a { background-color: rgb(70,174,187); }
div.DivClassName
{
background-color: #46AEBB;
}
.BgClassName
{
background-color: #46AEBB;
}
</style>
border-color css
<style>
span { border-color: #46AEBB; }
span { border-color: rgb(70,174,187); }
td.TdClassName
{
border-color: #46AEBB;
}
.TagClassName
{
border-color: #46AEBB;
}
</style>