Shades of Viking #46BBCC
Tints of Viking #46BBCC
RGB
CMYK
RGB Variations
Color information
#46BBCC (or 0x46BBCC) is known color: Viking. HEX triplet: 46, BB and CC. RGB value is (70,187,204). Sum of RGB (Red+Green+Blue) = 70+187+204=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #46BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BBCC is #B94433. Grayscale: #999999. Windows color (decimal): -12141620 or 13417286. OLE color: 13417286.
HSL color Cylindrical-coordinate representation of color #46BBCC: hue angle of 187.61º degrees, saturation: 0.57, 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 #46BBCC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 187 | 204 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.2 |
| HSL | 187.61º | 0.57% | 0.54% | - |
| HSV(B) | 187.61º | 0.66% | 0.8% | - |
| XYZ | 31.2 | 41.2 | 63.44 | - |
| YUV | 153.96 | 156.24 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 187 | 204 | 0.66 | 0.08 | 0 | 0.2 | 187.61 | 0.57 | 0.54 |
| Hex | 46 | BB | CC | 42 | 8 | 0 | 14 | BC | 39 | 36 |
| Octal | 106 | 273 | 314 | 102 | 10 | 0 | 24 | 274 | 71 | 66 |
| Binary | 1000110 | 10111011 | 11001100 | 1000010 | 1000 | 0 | 10100 | 10111100 | 111001 | 110110 |
Color Harmonies of #46BBCC
Complementary color
Monochromatic Colors of #46BBCC
Black with #46BBCC
Text Example
Text Example
White with #46BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BBCC; }
p { color: rgb(70,187,204); }
H1.HeaderClassName
{
color: #46BBCC;
}
.AnyTagClassName
{
color: #46BBCC;
}
</style>
background-color css
<style>
a { background-color: #46BBCC; }
a { background-color: rgb(70,187,204); }
div.DivClassName
{
background-color: #46BBCC;
}
.BgClassName
{
background-color: #46BBCC;
}
</style>
border-color css
<style>
span { border-color: #46BBCC; }
span { border-color: rgb(70,187,204); }
td.TdClassName
{
border-color: #46BBCC;
}
.TagClassName
{
border-color: #46BBCC;
}
</style>