Shades of Viking #46AFCC
Tints of Viking #46AFCC
RGB
CMYK
RGB Variations
Color information
#46AFCC (or 0x46AFCC) is known color: Viking. HEX triplet: 46, AF and CC. RGB value is (70,175,204). Sum of RGB (Red+Green+Blue) = 70+175+204=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #46AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFCC is #B95033. Grayscale: #929292. Windows color (decimal): -12144692 or 13414214. OLE color: 13414214.
HSL color Cylindrical-coordinate representation of color #46AFCC: hue angle of 192.99º 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 #46AFCC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 175 | 204 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.2 |
| HSL | 192.99º | 0.57% | 0.54% | - |
| HSV(B) | 192.99º | 0.66% | 0.8% | - |
| XYZ | 28.75 | 36.32 | 62.62 | - |
| YUV | 146.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 204 | 0.66 | 0.14 | 0 | 0.2 | 192.99 | 0.57 | 0.54 |
| Hex | 46 | AF | CC | 42 | E | 0 | 14 | C1 | 39 | 36 |
| Octal | 106 | 257 | 314 | 102 | 16 | 0 | 24 | 301 | 71 | 66 |
| Binary | 1000110 | 10101111 | 11001100 | 1000010 | 1110 | 0 | 10100 | 11000001 | 111001 | 110110 |
Color Harmonies of #46AFCC
Complementary color
Monochromatic Colors of #46AFCC
Black with #46AFCC
Text Example
Text Example
White with #46AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AFCC; }
p { color: rgb(70,175,204); }
H1.HeaderClassName
{
color: #46AFCC;
}
.AnyTagClassName
{
color: #46AFCC;
}
</style>
background-color css
<style>
a { background-color: #46AFCC; }
a { background-color: rgb(70,175,204); }
div.DivClassName
{
background-color: #46AFCC;
}
.BgClassName
{
background-color: #46AFCC;
}
</style>
border-color css
<style>
span { border-color: #46AFCC; }
span { border-color: rgb(70,175,204); }
td.TdClassName
{
border-color: #46AFCC;
}
.TagClassName
{
border-color: #46AFCC;
}
</style>