Shades of Viking #46AEB1
Tints of Viking #46AEB1
RGB
CMYK
RGB Variations
Color information
#46AEB1 (or 0x46AEB1) is known color: Viking. HEX triplet: 46, AE and B1. RGB value is (70,174,177). Sum of RGB (Red+Green+Blue) = 70+174+177=421 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.63% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #46AEB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46AEB1 is #B9514E. Grayscale: #8F8F8F. Windows color (decimal): -12144975 or 11644486. OLE color: 11644486.
HSL color Cylindrical-coordinate representation of color #46AEB1: hue angle of 181.68º 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 #46AEB1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 174 | 177 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.31 |
| HSL | 181.68º | 0.43% | 0.48% | - |
| HSV(B) | 181.68º | 0.6% | 0.69% | - |
| XYZ | 25.6 | 34.75 | 46.95 | - |
| YUV | 143.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 174 | 177 | 0.60 | 0.02 | 0 | 0.31 | 181.68 | 0.43 | 0.48 |
| Hex | 46 | AE | B1 | 3C | 2 | 0 | 1F | B6 | 2B | 30 |
| Octal | 106 | 256 | 261 | 74 | 2 | 0 | 37 | 266 | 53 | 60 |
| Binary | 1000110 | 10101110 | 10110001 | 111100 | 10 | 0 | 11111 | 10110110 | 101011 | 110000 |
Color Harmonies of #46AEB1
Complementary color
Monochromatic Colors of #46AEB1
Black with #46AEB1
Text Example
Text Example
White with #46AEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AEB1; }
p { color: rgb(70,174,177); }
H1.HeaderClassName
{
color: #46AEB1;
}
.AnyTagClassName
{
color: #46AEB1;
}
</style>
background-color css
<style>
a { background-color: #46AEB1; }
a { background-color: rgb(70,174,177); }
div.DivClassName
{
background-color: #46AEB1;
}
.BgClassName
{
background-color: #46AEB1;
}
</style>
border-color css
<style>
span { border-color: #46AEB1; }
span { border-color: rgb(70,174,177); }
td.TdClassName
{
border-color: #46AEB1;
}
.TagClassName
{
border-color: #46AEB1;
}
</style>