Shades of Viking #439FC1
Tints of Viking #439FC1
RGB
CMYK
RGB Variations
Color information
#439FC1 (or 0x439FC1) is known color: Viking. HEX triplet: 43, 9F and C1. RGB value is (67,159,193). Sum of RGB (Red+Green+Blue) = 67+159+193=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #439FC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439FC1 is #BC603E. Grayscale: #878787. Windows color (decimal): -12345407 or 12689219. OLE color: 12689219.
HSL color Cylindrical-coordinate representation of color #439FC1: hue angle of 196.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #439FC1 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 159 | 193 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.24 |
| HSL | 196.19º | 0.5% | 0.51% | - |
| HSV(B) | 196.19º | 0.65% | 0.76% | - |
| XYZ | 24.34 | 29.84 | 54.93 | - |
| YUV | 135.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 193 | 0.65 | 0.18 | 0 | 0.24 | 196.19 | 0.5 | 0.51 |
| Hex | 43 | 9F | C1 | 41 | 12 | 0 | 18 | C4 | 32 | 33 |
| Octal | 103 | 237 | 301 | 101 | 22 | 0 | 30 | 304 | 62 | 63 |
| Binary | 1000011 | 10011111 | 11000001 | 1000001 | 10010 | 0 | 11000 | 11000100 | 110010 | 110011 |
Color Harmonies of #439FC1
Complementary color
Monochromatic Colors of #439FC1
Black with #439FC1
Text Example
Text Example
White with #439FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439FC1; }
p { color: rgb(67,159,193); }
H1.HeaderClassName
{
color: #439FC1;
}
.AnyTagClassName
{
color: #439FC1;
}
</style>
background-color css
<style>
a { background-color: #439FC1; }
a { background-color: rgb(67,159,193); }
div.DivClassName
{
background-color: #439FC1;
}
.BgClassName
{
background-color: #439FC1;
}
</style>
border-color css
<style>
span { border-color: #439FC1; }
span { border-color: rgb(67,159,193); }
td.TdClassName
{
border-color: #439FC1;
}
.TagClassName
{
border-color: #439FC1;
}
</style>