Shades of Viking #46B4C0
Tints of Viking #46B4C0
RGB
CMYK
RGB Variations
Color information
#46B4C0 (or 0x46B4C0) is known color: Viking. HEX triplet: 46, B4 and C0. RGB value is (70,180,192). Sum of RGB (Red+Green+Blue) = 70+180+192=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #46B4C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B4C0 is #B94B3F. Grayscale: #949494. Windows color (decimal): -12143424 or 12629062. OLE color: 12629062.
HSL color Cylindrical-coordinate representation of color #46B4C0: hue angle of 185.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46B4C0 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 180 | 192 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.25 |
| HSL | 185.9º | 0.49% | 0.51% | - |
| HSV(B) | 185.9º | 0.64% | 0.75% | - |
| XYZ | 28.36 | 37.75 | 55.66 | - |
| YUV | 148.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 180 | 192 | 0.64 | 0.06 | 0 | 0.25 | 185.9 | 0.49 | 0.51 |
| Hex | 46 | B4 | C0 | 40 | 6 | 0 | 19 | BA | 31 | 33 |
| Octal | 106 | 264 | 300 | 100 | 6 | 0 | 31 | 272 | 61 | 63 |
| Binary | 1000110 | 10110100 | 11000000 | 1000000 | 110 | 0 | 11001 | 10111010 | 110001 | 110011 |
Color Harmonies of #46B4C0
Complementary color
Monochromatic Colors of #46B4C0
Black with #46B4C0
Text Example
Text Example
White with #46B4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B4C0; }
p { color: rgb(70,180,192); }
H1.HeaderClassName
{
color: #46B4C0;
}
.AnyTagClassName
{
color: #46B4C0;
}
</style>
background-color css
<style>
a { background-color: #46B4C0; }
a { background-color: rgb(70,180,192); }
div.DivClassName
{
background-color: #46B4C0;
}
.BgClassName
{
background-color: #46B4C0;
}
</style>
border-color css
<style>
span { border-color: #46B4C0; }
span { border-color: rgb(70,180,192); }
td.TdClassName
{
border-color: #46B4C0;
}
.TagClassName
{
border-color: #46B4C0;
}
</style>