Shades of Viking #46BDCE
Tints of Viking #46BDCE
RGB
CMYK
RGB Variations
Color information
#46BDCE (or 0x46BDCE) is known color: Viking. HEX triplet: 46, BD and CE. RGB value is (70,189,206). Sum of RGB (Red+Green+Blue) = 70+189+206=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #46BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BDCE is #B94231. Grayscale: #9B9B9B. Windows color (decimal): -12141106 or 13548870. OLE color: 13548870.
HSL color Cylindrical-coordinate representation of color #46BDCE: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BDCE is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 189 | 206 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.19 |
| HSL | 187.5º | 0.58% | 0.54% | - |
| HSV(B) | 187.5º | 0.66% | 0.81% | - |
| XYZ | 31.86 | 42.15 | 64.85 | - |
| YUV | 155.36 | 156.58 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 206 | 0.66 | 0.08 | 0 | 0.19 | 187.5 | 0.58 | 0.54 |
| Hex | 46 | BD | CE | 42 | 8 | 0 | 13 | BC | 3A | 36 |
| Octal | 106 | 275 | 316 | 102 | 10 | 0 | 23 | 274 | 72 | 66 |
| Binary | 1000110 | 10111101 | 11001110 | 1000010 | 1000 | 0 | 10011 | 10111100 | 111010 | 110110 |
Color Harmonies of #46BDCE
Complementary color
Monochromatic Colors of #46BDCE
Black with #46BDCE
Text Example
Text Example
White with #46BDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BDCE; }
p { color: rgb(70,189,206); }
H1.HeaderClassName
{
color: #46BDCE;
}
.AnyTagClassName
{
color: #46BDCE;
}
</style>
background-color css
<style>
a { background-color: #46BDCE; }
a { background-color: rgb(70,189,206); }
div.DivClassName
{
background-color: #46BDCE;
}
.BgClassName
{
background-color: #46BDCE;
}
</style>
border-color css
<style>
span { border-color: #46BDCE; }
span { border-color: rgb(70,189,206); }
td.TdClassName
{
border-color: #46BDCE;
}
.TagClassName
{
border-color: #46BDCE;
}
</style>