Shades of Viking #46BDC1
Tints of Viking #46BDC1
RGB
CMYK
RGB Variations
Color information
#46BDC1 (or 0x46BDC1) is known color: Viking. HEX triplet: 46, BD and C1. RGB value is (70,189,193). Sum of RGB (Red+Green+Blue) = 70+189+193=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #46BDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDC1 is #B9423E. Grayscale: #999999. Windows color (decimal): -12141119 or 12696902. OLE color: 12696902.
HSL color Cylindrical-coordinate representation of color #46BDC1: hue angle of 181.95º 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 #46BDC1 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 189 | 193 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.24 |
| HSL | 181.95º | 0.5% | 0.52% | - |
| HSV(B) | 181.95º | 0.64% | 0.76% | - |
| XYZ | 30.35 | 41.55 | 56.87 | - |
| YUV | 153.88 | 150.08 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 193 | 0.64 | 0.02 | 0 | 0.24 | 181.95 | 0.5 | 0.52 |
| Hex | 46 | BD | C1 | 40 | 2 | 0 | 18 | B6 | 32 | 34 |
| Octal | 106 | 275 | 301 | 100 | 2 | 0 | 30 | 266 | 62 | 64 |
| Binary | 1000110 | 10111101 | 11000001 | 1000000 | 10 | 0 | 11000 | 10110110 | 110010 | 110100 |
Color Harmonies of #46BDC1
Complementary color
Monochromatic Colors of #46BDC1
Black with #46BDC1
Text Example
Text Example
White with #46BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDC1; }
p { color: rgb(70,189,193); }
H1.HeaderClassName
{
color: #46BDC1;
}
.AnyTagClassName
{
color: #46BDC1;
}
</style>
background-color css
<style>
a { background-color: #46BDC1; }
a { background-color: rgb(70,189,193); }
div.DivClassName
{
background-color: #46BDC1;
}
.BgClassName
{
background-color: #46BDC1;
}
</style>
border-color css
<style>
span { border-color: #46BDC1; }
span { border-color: rgb(70,189,193); }
td.TdClassName
{
border-color: #46BDC1;
}
.TagClassName
{
border-color: #46BDC1;
}
</style>