Shades of Viking #46ABCC
Tints of Viking #46ABCC
RGB
CMYK
RGB Variations
Color information
#46ABCC (or 0x46ABCC) is known color: Viking. HEX triplet: 46, AB and CC. RGB value is (70,171,204). Sum of RGB (Red+Green+Blue) = 70+171+204=445 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.73% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #46ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46ABCC is #B95433. Grayscale: #909090. Windows color (decimal): -12145716 or 13413190. OLE color: 13413190.
HSL color Cylindrical-coordinate representation of color #46ABCC: hue angle of 194.78º 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 #46ABCC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 171 | 204 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.2 |
| HSL | 194.78º | 0.57% | 0.54% | - |
| HSV(B) | 194.78º | 0.66% | 0.8% | - |
| XYZ | 27.99 | 34.79 | 62.37 | - |
| YUV | 144.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 171 | 204 | 0.66 | 0.16 | 0 | 0.2 | 194.78 | 0.57 | 0.54 |
| Hex | 46 | AB | CC | 42 | 10 | 0 | 14 | C3 | 39 | 36 |
| Octal | 106 | 253 | 314 | 102 | 20 | 0 | 24 | 303 | 71 | 66 |
| Binary | 1000110 | 10101011 | 11001100 | 1000010 | 10000 | 0 | 10100 | 11000011 | 111001 | 110110 |
Color Harmonies of #46ABCC
Complementary color
Monochromatic Colors of #46ABCC
Black with #46ABCC
Text Example
Text Example
White with #46ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ABCC; }
p { color: rgb(70,171,204); }
H1.HeaderClassName
{
color: #46ABCC;
}
.AnyTagClassName
{
color: #46ABCC;
}
</style>
background-color css
<style>
a { background-color: #46ABCC; }
a { background-color: rgb(70,171,204); }
div.DivClassName
{
background-color: #46ABCC;
}
.BgClassName
{
background-color: #46ABCC;
}
</style>
border-color css
<style>
span { border-color: #46ABCC; }
span { border-color: rgb(70,171,204); }
td.TdClassName
{
border-color: #46ABCC;
}
.TagClassName
{
border-color: #46ABCC;
}
</style>