Shades of Viking #46A5CB
Tints of Viking #46A5CB
RGB
CMYK
RGB Variations
Color information
#46A5CB (or 0x46A5CB) is known color: Viking. HEX triplet: 46, A5 and CB. RGB value is (70,165,203). Sum of RGB (Red+Green+Blue) = 70+165+203=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #46A5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A5CB is #B95A34. Grayscale: #8C8C8C. Windows color (decimal): -12147253 or 13346118. OLE color: 13346118.
HSL color Cylindrical-coordinate representation of color #46A5CB: hue angle of 197.14º degrees, saturation: 0.56, 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 #46A5CB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 165 | 203 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.20 |
| HSL | 197.14º | 0.56% | 0.54% | - |
| HSV(B) | 197.14º | 0.66% | 0.8% | - |
| XYZ | 26.76 | 32.52 | 61.37 | - |
| YUV | 140.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 165 | 203 | 0.66 | 0.19 | 0 | 0.20 | 197.14 | 0.56 | 0.54 |
| Hex | 46 | A5 | CB | 42 | 13 | 0 | 14 | C5 | 38 | 36 |
| Octal | 106 | 245 | 313 | 102 | 23 | 0 | 24 | 305 | 70 | 66 |
| Binary | 1000110 | 10100101 | 11001011 | 1000010 | 10011 | 0 | 10100 | 11000101 | 111000 | 110110 |
Color Harmonies of #46A5CB
Complementary color
Monochromatic Colors of #46A5CB
Black with #46A5CB
Text Example
Text Example
White with #46A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A5CB; }
p { color: rgb(70,165,203); }
H1.HeaderClassName
{
color: #46A5CB;
}
.AnyTagClassName
{
color: #46A5CB;
}
</style>
background-color css
<style>
a { background-color: #46A5CB; }
a { background-color: rgb(70,165,203); }
div.DivClassName
{
background-color: #46A5CB;
}
.BgClassName
{
background-color: #46A5CB;
}
</style>
border-color css
<style>
span { border-color: #46A5CB; }
span { border-color: rgb(70,165,203); }
td.TdClassName
{
border-color: #46A5CB;
}
.TagClassName
{
border-color: #46A5CB;
}
</style>