Shades of Viking #459EC1
Tints of Viking #459EC1
RGB
CMYK
RGB Variations
Color information
#459EC1 (or 0x459EC1) is known color: Viking. HEX triplet: 45, 9E and C1. RGB value is (69,158,193). Sum of RGB (Red+Green+Blue) = 69+158+193=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #459EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459EC1 is #BA613E. Grayscale: #878787. Windows color (decimal): -12214591 or 12688965. OLE color: 12688965.
HSL color Cylindrical-coordinate representation of color #459EC1: hue angle of 196.94º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #459EC1 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 158 | 193 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.24 |
| HSL | 196.94º | 0.5% | 0.51% | - |
| HSV(B) | 196.94º | 0.64% | 0.76% | - |
| XYZ | 24.31 | 29.57 | 54.88 | - |
| YUV | 135.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 158 | 193 | 0.64 | 0.18 | 0 | 0.24 | 196.94 | 0.5 | 0.51 |
| Hex | 45 | 9E | C1 | 40 | 12 | 0 | 18 | C5 | 32 | 33 |
| Octal | 105 | 236 | 301 | 100 | 22 | 0 | 30 | 305 | 62 | 63 |
| Binary | 1000101 | 10011110 | 11000001 | 1000000 | 10010 | 0 | 11000 | 11000101 | 110010 | 110011 |
Color Harmonies of #459EC1
Complementary color
Monochromatic Colors of #459EC1
Black with #459EC1
Text Example
Text Example
White with #459EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459EC1; }
p { color: rgb(69,158,193); }
H1.HeaderClassName
{
color: #459EC1;
}
.AnyTagClassName
{
color: #459EC1;
}
</style>
background-color css
<style>
a { background-color: #459EC1; }
a { background-color: rgb(69,158,193); }
div.DivClassName
{
background-color: #459EC1;
}
.BgClassName
{
background-color: #459EC1;
}
</style>
border-color css
<style>
span { border-color: #459EC1; }
span { border-color: rgb(69,158,193); }
td.TdClassName
{
border-color: #459EC1;
}
.TagClassName
{
border-color: #459EC1;
}
</style>