Shades of Viking #46BCCC
Tints of Viking #46BCCC
RGB
CMYK
RGB Variations
Color information
#46BCCC (or 0x46BCCC) is known color: Viking. HEX triplet: 46, BC and CC. RGB value is (70,188,204). Sum of RGB (Red+Green+Blue) = 70+188+204=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #46BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46BCCC is #B94333. Grayscale: #9A9A9A. Windows color (decimal): -12141364 or 13417542. OLE color: 13417542.
HSL color Cylindrical-coordinate representation of color #46BCCC: hue angle of 187.16º 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 #46BCCC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 188 | 204 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.2 |
| HSL | 187.16º | 0.57% | 0.54% | - |
| HSV(B) | 187.16º | 0.66% | 0.8% | - |
| XYZ | 31.41 | 41.63 | 63.51 | - |
| YUV | 154.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 204 | 0.66 | 0.08 | 0 | 0.2 | 187.16 | 0.57 | 0.54 |
| Hex | 46 | BC | CC | 42 | 8 | 0 | 14 | BB | 39 | 36 |
| Octal | 106 | 274 | 314 | 102 | 10 | 0 | 24 | 273 | 71 | 66 |
| Binary | 1000110 | 10111100 | 11001100 | 1000010 | 1000 | 0 | 10100 | 10111011 | 111001 | 110110 |
Color Harmonies of #46BCCC
Complementary color
Monochromatic Colors of #46BCCC
Black with #46BCCC
Text Example
Text Example
White with #46BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BCCC; }
p { color: rgb(70,188,204); }
H1.HeaderClassName
{
color: #46BCCC;
}
.AnyTagClassName
{
color: #46BCCC;
}
</style>
background-color css
<style>
a { background-color: #46BCCC; }
a { background-color: rgb(70,188,204); }
div.DivClassName
{
background-color: #46BCCC;
}
.BgClassName
{
background-color: #46BCCC;
}
</style>
border-color css
<style>
span { border-color: #46BCCC; }
span { border-color: rgb(70,188,204); }
td.TdClassName
{
border-color: #46BCCC;
}
.TagClassName
{
border-color: #46BCCC;
}
</style>