Shades of Viking #489EC3
Tints of Viking #489EC3
RGB
CMYK
RGB Variations
Color information
#489EC3 (or 0x489EC3) is known color: Viking. HEX triplet: 48, 9E and C3. RGB value is (72,158,195). Sum of RGB (Red+Green+Blue) = 72+158+195=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #489EC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489EC3 is #B7613C. Grayscale: #888888. Windows color (decimal): -12017981 or 12820040. OLE color: 12820040.
HSL color Cylindrical-coordinate representation of color #489EC3: hue angle of 198.05º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #489EC3 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 158 | 195 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.24 |
| HSL | 198.05º | 0.51% | 0.52% | - |
| HSV(B) | 198.05º | 0.63% | 0.76% | - |
| XYZ | 24.75 | 29.77 | 56.07 | - |
| YUV | 136.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 195 | 0.63 | 0.19 | 0 | 0.24 | 198.05 | 0.51 | 0.52 |
| Hex | 48 | 9E | C3 | 3F | 13 | 0 | 18 | C6 | 33 | 34 |
| Octal | 110 | 236 | 303 | 77 | 23 | 0 | 30 | 306 | 63 | 64 |
| Binary | 1001000 | 10011110 | 11000011 | 111111 | 10011 | 0 | 11000 | 11000110 | 110011 | 110100 |
Color Harmonies of #489EC3
Complementary color
Monochromatic Colors of #489EC3
Black with #489EC3
Text Example
Text Example
White with #489EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EC3; }
p { color: rgb(72,158,195); }
H1.HeaderClassName
{
color: #489EC3;
}
.AnyTagClassName
{
color: #489EC3;
}
</style>
background-color css
<style>
a { background-color: #489EC3; }
a { background-color: rgb(72,158,195); }
div.DivClassName
{
background-color: #489EC3;
}
.BgClassName
{
background-color: #489EC3;
}
</style>
border-color css
<style>
span { border-color: #489EC3; }
span { border-color: rgb(72,158,195); }
td.TdClassName
{
border-color: #489EC3;
}
.TagClassName
{
border-color: #489EC3;
}
</style>