Shades of Viking #46ADC1
Tints of Viking #46ADC1
RGB
CMYK
RGB Variations
Color information
#46ADC1 (or 0x46ADC1) is known color: Viking. HEX triplet: 46, AD and C1. RGB value is (70,173,193). Sum of RGB (Red+Green+Blue) = 70+173+193=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #46ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ADC1 is #B9523E. Grayscale: #909090. Windows color (decimal): -12145215 or 12692806. OLE color: 12692806.
HSL color Cylindrical-coordinate representation of color #46ADC1: hue angle of 189.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46ADC1 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 173 | 193 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.24 |
| HSL | 189.76º | 0.5% | 0.52% | - |
| HSV(B) | 189.76º | 0.64% | 0.76% | - |
| XYZ | 27.1 | 35.04 | 55.79 | - |
| YUV | 144.48 | 155.38 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 173 | 193 | 0.64 | 0.10 | 0 | 0.24 | 189.76 | 0.5 | 0.52 |
| Hex | 46 | AD | C1 | 40 | A | 0 | 18 | BE | 32 | 34 |
| Octal | 106 | 255 | 301 | 100 | 12 | 0 | 30 | 276 | 62 | 64 |
| Binary | 1000110 | 10101101 | 11000001 | 1000000 | 1010 | 0 | 11000 | 10111110 | 110010 | 110100 |
Color Harmonies of #46ADC1
Complementary color
Monochromatic Colors of #46ADC1
Black with #46ADC1
Text Example
Text Example
White with #46ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ADC1; }
p { color: rgb(70,173,193); }
H1.HeaderClassName
{
color: #46ADC1;
}
.AnyTagClassName
{
color: #46ADC1;
}
</style>
background-color css
<style>
a { background-color: #46ADC1; }
a { background-color: rgb(70,173,193); }
div.DivClassName
{
background-color: #46ADC1;
}
.BgClassName
{
background-color: #46ADC1;
}
</style>
border-color css
<style>
span { border-color: #46ADC1; }
span { border-color: rgb(70,173,193); }
td.TdClassName
{
border-color: #46ADC1;
}
.TagClassName
{
border-color: #46ADC1;
}
</style>