Shades of Viking #46B9CF
Tints of Viking #46B9CF
RGB
CMYK
RGB Variations
Color information
#46B9CF (or 0x46B9CF) is known color: Viking. HEX triplet: 46, B9 and CF. RGB value is (70,185,207). Sum of RGB (Red+Green+Blue) = 70+185+207=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #46B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46B9CF is #B94630. Grayscale: #989898. Windows color (decimal): -12142129 or 13613382. OLE color: 13613382.
HSL color Cylindrical-coordinate representation of color #46B9CF: hue angle of 189.64º degrees, saturation: 0.59, 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 #46B9CF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 185 | 207 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.19 |
| HSL | 189.64º | 0.59% | 0.54% | - |
| HSV(B) | 189.64º | 0.66% | 0.81% | - |
| XYZ | 31.14 | 40.51 | 65.21 | - |
| YUV | 153.12 | 158.4 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 207 | 0.66 | 0.11 | 0 | 0.19 | 189.64 | 0.59 | 0.54 |
| Hex | 46 | B9 | CF | 42 | B | 0 | 13 | BE | 3B | 36 |
| Octal | 106 | 271 | 317 | 102 | 13 | 0 | 23 | 276 | 73 | 66 |
| Binary | 1000110 | 10111001 | 11001111 | 1000010 | 1011 | 0 | 10011 | 10111110 | 111011 | 110110 |
Color Harmonies of #46B9CF
Complementary color
Monochromatic Colors of #46B9CF
Black with #46B9CF
Text Example
Text Example
White with #46B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B9CF; }
p { color: rgb(70,185,207); }
H1.HeaderClassName
{
color: #46B9CF;
}
.AnyTagClassName
{
color: #46B9CF;
}
</style>
background-color css
<style>
a { background-color: #46B9CF; }
a { background-color: rgb(70,185,207); }
div.DivClassName
{
background-color: #46B9CF;
}
.BgClassName
{
background-color: #46B9CF;
}
</style>
border-color css
<style>
span { border-color: #46B9CF; }
span { border-color: rgb(70,185,207); }
td.TdClassName
{
border-color: #46B9CF;
}
.TagClassName
{
border-color: #46B9CF;
}
</style>