Shades of Viking #46ABBB
Tints of Viking #46ABBB
RGB
CMYK
RGB Variations
Color information
#46ABBB (or 0x46ABBB) is known color: Viking. HEX triplet: 46, AB and BB. RGB value is (70,171,187). Sum of RGB (Red+Green+Blue) = 70+171+187=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #46ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABBB is #B95444. Grayscale: #8E8E8E. Windows color (decimal): -12145733 or 12299078. OLE color: 12299078.
HSL color Cylindrical-coordinate representation of color #46ABBB: hue angle of 188.21º 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 #46ABBB is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 171 | 187 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.27 |
| HSL | 188.21º | 0.46% | 0.5% | - |
| HSV(B) | 188.21º | 0.63% | 0.73% | - |
| XYZ | 26.06 | 34.02 | 52.21 | - |
| YUV | 142.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 187 | 0.63 | 0.09 | 0 | 0.27 | 188.21 | 0.46 | 0.5 |
| Hex | 46 | AB | BB | 3F | 9 | 0 | 1B | BC | 2E | 32 |
| Octal | 106 | 253 | 273 | 77 | 11 | 0 | 33 | 274 | 56 | 62 |
| Binary | 1000110 | 10101011 | 10111011 | 111111 | 1001 | 0 | 11011 | 10111100 | 101110 | 110010 |
Color Harmonies of #46ABBB
Complementary color
Monochromatic Colors of #46ABBB
Black with #46ABBB
Text Example
Text Example
White with #46ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABBB; }
p { color: rgb(70,171,187); }
H1.HeaderClassName
{
color: #46ABBB;
}
.AnyTagClassName
{
color: #46ABBB;
}
</style>
background-color css
<style>
a { background-color: #46ABBB; }
a { background-color: rgb(70,171,187); }
div.DivClassName
{
background-color: #46ABBB;
}
.BgClassName
{
background-color: #46ABBB;
}
</style>
border-color css
<style>
span { border-color: #46ABBB; }
span { border-color: rgb(70,171,187); }
td.TdClassName
{
border-color: #46ABBB;
}
.TagClassName
{
border-color: #46ABBB;
}
</style>