Shades of Viking #46B0CB
Tints of Viking #46B0CB
RGB
CMYK
RGB Variations
Color information
#46B0CB (or 0x46B0CB) is known color: Viking. HEX triplet: 46, B0 and CB. RGB value is (70,176,203). Sum of RGB (Red+Green+Blue) = 70+176+203=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #46B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46B0CB is #B94F34. Grayscale: #939393. Windows color (decimal): -12144437 or 13348934. OLE color: 13348934.
HSL color Cylindrical-coordinate representation of color #46B0CB: hue angle of 192.18º 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 #46B0CB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 176 | 203 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.20 |
| HSL | 192.18º | 0.56% | 0.54% | - |
| HSV(B) | 192.18º | 0.66% | 0.8% | - |
| XYZ | 28.83 | 36.66 | 62.06 | - |
| YUV | 147.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 176 | 203 | 0.66 | 0.13 | 0 | 0.20 | 192.18 | 0.56 | 0.54 |
| Hex | 46 | B0 | CB | 42 | D | 0 | 14 | C0 | 38 | 36 |
| Octal | 106 | 260 | 313 | 102 | 15 | 0 | 24 | 300 | 70 | 66 |
| Binary | 1000110 | 10110000 | 11001011 | 1000010 | 1101 | 0 | 10100 | 11000000 | 111000 | 110110 |
Color Harmonies of #46B0CB
Complementary color
Monochromatic Colors of #46B0CB
Black with #46B0CB
Text Example
Text Example
White with #46B0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B0CB; }
p { color: rgb(70,176,203); }
H1.HeaderClassName
{
color: #46B0CB;
}
.AnyTagClassName
{
color: #46B0CB;
}
</style>
background-color css
<style>
a { background-color: #46B0CB; }
a { background-color: rgb(70,176,203); }
div.DivClassName
{
background-color: #46B0CB;
}
.BgClassName
{
background-color: #46B0CB;
}
</style>
border-color css
<style>
span { border-color: #46B0CB; }
span { border-color: rgb(70,176,203); }
td.TdClassName
{
border-color: #46B0CB;
}
.TagClassName
{
border-color: #46B0CB;
}
</style>