Shades of Viking #46BBCB
Tints of Viking #46BBCB
RGB
CMYK
RGB Variations
Color information
#46BBCB (or 0x46BBCB) is known color: Viking. HEX triplet: 46, BB and CB. RGB value is (70,187,203). Sum of RGB (Red+Green+Blue) = 70+187+203=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #46BBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBCB is #B94434. Grayscale: #999999. Windows color (decimal): -12141621 or 13351750. OLE color: 13351750.
HSL color Cylindrical-coordinate representation of color #46BBCB: hue angle of 187.22º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46BBCB is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 187 | 203 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.20 |
| HSL | 187.22º | 0.56% | 0.54% | - |
| HSV(B) | 187.22º | 0.66% | 0.8% | - |
| XYZ | 31.08 | 41.15 | 62.81 | - |
| YUV | 153.84 | 155.74 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 203 | 0.66 | 0.08 | 0 | 0.20 | 187.22 | 0.56 | 0.54 |
| Hex | 46 | BB | CB | 42 | 8 | 0 | 14 | BB | 38 | 36 |
| Octal | 106 | 273 | 313 | 102 | 10 | 0 | 24 | 273 | 70 | 66 |
| Binary | 1000110 | 10111011 | 11001011 | 1000010 | 1000 | 0 | 10100 | 10111011 | 111000 | 110110 |
Color Harmonies of #46BBCB
Complementary color
Monochromatic Colors of #46BBCB
Black with #46BBCB
Text Example
Text Example
White with #46BBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBCB; }
p { color: rgb(70,187,203); }
H1.HeaderClassName
{
color: #46BBCB;
}
.AnyTagClassName
{
color: #46BBCB;
}
</style>
background-color css
<style>
a { background-color: #46BBCB; }
a { background-color: rgb(70,187,203); }
div.DivClassName
{
background-color: #46BBCB;
}
.BgClassName
{
background-color: #46BBCB;
}
</style>
border-color css
<style>
span { border-color: #46BBCB; }
span { border-color: rgb(70,187,203); }
td.TdClassName
{
border-color: #46BBCB;
}
.TagClassName
{
border-color: #46BBCB;
}
</style>