Shades of Viking #46BBCE
Tints of Viking #46BBCE
RGB
CMYK
RGB Variations
Color information
#46BBCE (or 0x46BBCE) is known color: Viking. HEX triplet: 46, BB and CE. RGB value is (70,187,206). Sum of RGB (Red+Green+Blue) = 70+187+206=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #46BBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBCE is #B94431. Grayscale: #999999. Windows color (decimal): -12141618 or 13548358. OLE color: 13548358.
HSL color Cylindrical-coordinate representation of color #46BBCE: hue angle of 188.38º 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 #46BBCE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 187 | 206 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.19 |
| HSL | 188.38º | 0.58% | 0.54% | - |
| HSV(B) | 188.38º | 0.66% | 0.81% | - |
| XYZ | 31.44 | 41.3 | 64.71 | - |
| YUV | 154.18 | 157.24 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 206 | 0.66 | 0.09 | 0 | 0.19 | 188.38 | 0.58 | 0.54 |
| Hex | 46 | BB | CE | 42 | 9 | 0 | 13 | BC | 3A | 36 |
| Octal | 106 | 273 | 316 | 102 | 11 | 0 | 23 | 274 | 72 | 66 |
| Binary | 1000110 | 10111011 | 11001110 | 1000010 | 1001 | 0 | 10011 | 10111100 | 111010 | 110110 |
Color Harmonies of #46BBCE
Complementary color
Monochromatic Colors of #46BBCE
Black with #46BBCE
Text Example
Text Example
White with #46BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBCE; }
p { color: rgb(70,187,206); }
H1.HeaderClassName
{
color: #46BBCE;
}
.AnyTagClassName
{
color: #46BBCE;
}
</style>
background-color css
<style>
a { background-color: #46BBCE; }
a { background-color: rgb(70,187,206); }
div.DivClassName
{
background-color: #46BBCE;
}
.BgClassName
{
background-color: #46BBCE;
}
</style>
border-color css
<style>
span { border-color: #46BBCE; }
span { border-color: rgb(70,187,206); }
td.TdClassName
{
border-color: #46BBCE;
}
.TagClassName
{
border-color: #46BBCE;
}
</style>