Shades of Viking #46ADB5
Tints of Viking #46ADB5
RGB
CMYK
RGB Variations
Color information
#46ADB5 (or 0x46ADB5) is known color: Viking. HEX triplet: 46, AD and B5. RGB value is (70,173,181). Sum of RGB (Red+Green+Blue) = 70+173+181=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #46ADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ADB5 is #B9524A. Grayscale: #8E8E8E. Windows color (decimal): -12145227 or 11906374. OLE color: 11906374.
HSL color Cylindrical-coordinate representation of color #46ADB5: hue angle of 184.32º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46ADB5 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 173 | 181 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.29 |
| HSL | 184.32º | 0.44% | 0.49% | - |
| HSV(B) | 184.32º | 0.61% | 0.71% | - |
| XYZ | 25.81 | 34.53 | 49.02 | - |
| YUV | 143.12 | 149.38 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 181 | 0.61 | 0.04 | 0 | 0.29 | 184.32 | 0.44 | 0.49 |
| Hex | 46 | AD | B5 | 3D | 4 | 0 | 1D | B8 | 2C | 31 |
| Octal | 106 | 255 | 265 | 75 | 4 | 0 | 35 | 270 | 54 | 61 |
| Binary | 1000110 | 10101101 | 10110101 | 111101 | 100 | 0 | 11101 | 10111000 | 101100 | 110001 |
Color Harmonies of #46ADB5
Complementary color
Monochromatic Colors of #46ADB5
Black with #46ADB5
Text Example
Text Example
White with #46ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADB5; }
p { color: rgb(70,173,181); }
H1.HeaderClassName
{
color: #46ADB5;
}
.AnyTagClassName
{
color: #46ADB5;
}
</style>
background-color css
<style>
a { background-color: #46ADB5; }
a { background-color: rgb(70,173,181); }
div.DivClassName
{
background-color: #46ADB5;
}
.BgClassName
{
background-color: #46ADB5;
}
</style>
border-color css
<style>
span { border-color: #46ADB5; }
span { border-color: rgb(70,173,181); }
td.TdClassName
{
border-color: #46ADB5;
}
.TagClassName
{
border-color: #46ADB5;
}
</style>