Shades of Viking #46AFC4
Tints of Viking #46AFC4
RGB
CMYK
RGB Variations
Color information
#46AFC4 (or 0x46AFC4) is known color: Viking. HEX triplet: 46, AF and C4. RGB value is (70,175,196). Sum of RGB (Red+Green+Blue) = 70+175+196=441 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.87% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 196 - color contains mainly: blue. Hex color #46AFC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFC4 is #B9503B. Grayscale: #919191. Windows color (decimal): -12144700 or 12889926. OLE color: 12889926.
HSL color Cylindrical-coordinate representation of color #46AFC4: hue angle of 190º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46AFC4 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 175 | 196 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.23 |
| HSL | 190º | 0.52% | 0.52% | - |
| HSV(B) | 190º | 0.64% | 0.77% | - |
| XYZ | 27.82 | 35.95 | 57.7 | - |
| YUV | 146 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 196 | 0.64 | 0.11 | 0 | 0.23 | 190 | 0.52 | 0.52 |
| Hex | 46 | AF | C4 | 40 | B | 0 | 17 | BE | 34 | 34 |
| Octal | 106 | 257 | 304 | 100 | 13 | 0 | 27 | 276 | 64 | 64 |
| Binary | 1000110 | 10101111 | 11000100 | 1000000 | 1011 | 0 | 10111 | 10111110 | 110100 | 110100 |
Color Harmonies of #46AFC4
Complementary color
Monochromatic Colors of #46AFC4
Black with #46AFC4
Text Example
Text Example
White with #46AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AFC4; }
p { color: rgb(70,175,196); }
H1.HeaderClassName
{
color: #46AFC4;
}
.AnyTagClassName
{
color: #46AFC4;
}
</style>
background-color css
<style>
a { background-color: #46AFC4; }
a { background-color: rgb(70,175,196); }
div.DivClassName
{
background-color: #46AFC4;
}
.BgClassName
{
background-color: #46AFC4;
}
</style>
border-color css
<style>
span { border-color: #46AFC4; }
span { border-color: rgb(70,175,196); }
td.TdClassName
{
border-color: #46AFC4;
}
.TagClassName
{
border-color: #46AFC4;
}
</style>