Shades of Viking #46C0CC
Tints of Viking #46C0CC
RGB
CMYK
RGB Variations
Color information
#46C0CC (or 0x46C0CC) is known color: Viking. HEX triplet: 46, C0 and CC. RGB value is (70,192,204). Sum of RGB (Red+Green+Blue) = 70+192+204=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #46C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C0CC is #B93F33. Grayscale: #9C9C9C. Windows color (decimal): -12140340 or 13418566. OLE color: 13418566.
HSL color Cylindrical-coordinate representation of color #46C0CC: hue angle of 185.37º 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 #46C0CC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 192 | 204 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.2 |
| HSL | 185.37º | 0.57% | 0.54% | - |
| HSV(B) | 185.37º | 0.66% | 0.8% | - |
| XYZ | 32.27 | 43.36 | 63.8 | - |
| YUV | 156.89 | 154.58 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 204 | 0.66 | 0.06 | 0 | 0.2 | 185.37 | 0.57 | 0.54 |
| Hex | 46 | C0 | CC | 42 | 6 | 0 | 14 | B9 | 39 | 36 |
| Octal | 106 | 300 | 314 | 102 | 6 | 0 | 24 | 271 | 71 | 66 |
| Binary | 1000110 | 11000000 | 11001100 | 1000010 | 110 | 0 | 10100 | 10111001 | 111001 | 110110 |
Color Harmonies of #46C0CC
Complementary color
Monochromatic Colors of #46C0CC
Black with #46C0CC
Text Example
Text Example
White with #46C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0CC; }
p { color: rgb(70,192,204); }
H1.HeaderClassName
{
color: #46C0CC;
}
.AnyTagClassName
{
color: #46C0CC;
}
</style>
background-color css
<style>
a { background-color: #46C0CC; }
a { background-color: rgb(70,192,204); }
div.DivClassName
{
background-color: #46C0CC;
}
.BgClassName
{
background-color: #46C0CC;
}
</style>
border-color css
<style>
span { border-color: #46C0CC; }
span { border-color: rgb(70,192,204); }
td.TdClassName
{
border-color: #46C0CC;
}
.TagClassName
{
border-color: #46C0CC;
}
</style>