Shades of Viking #439BC6
Tints of Viking #439BC6
RGB
CMYK
RGB Variations
Color information
#439BC6 (or 0x439BC6) is known color: Viking. HEX triplet: 43, 9B and C6. RGB value is (67,155,198). Sum of RGB (Red+Green+Blue) = 67+155+198=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #439BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439BC6 is #BC6439. Grayscale: #858585. Windows color (decimal): -12346426 or 13015875. OLE color: 13015875.
HSL color Cylindrical-coordinate representation of color #439BC6: hue angle of 199.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #439BC6 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 155 | 198 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.22 |
| HSL | 199.69º | 0.53% | 0.52% | - |
| HSV(B) | 199.69º | 0.66% | 0.78% | - |
| XYZ | 24.23 | 28.71 | 57.69 | - |
| YUV | 133.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 198 | 0.66 | 0.22 | 0 | 0.22 | 199.69 | 0.53 | 0.52 |
| Hex | 43 | 9B | C6 | 42 | 16 | 0 | 16 | C8 | 35 | 34 |
| Octal | 103 | 233 | 306 | 102 | 26 | 0 | 26 | 310 | 65 | 64 |
| Binary | 1000011 | 10011011 | 11000110 | 1000010 | 10110 | 0 | 10110 | 11001000 | 110101 | 110100 |
Color Harmonies of #439BC6
Complementary color
Monochromatic Colors of #439BC6
Black with #439BC6
Text Example
Text Example
White with #439BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439BC6; }
p { color: rgb(67,155,198); }
H1.HeaderClassName
{
color: #439BC6;
}
.AnyTagClassName
{
color: #439BC6;
}
</style>
background-color css
<style>
a { background-color: #439BC6; }
a { background-color: rgb(67,155,198); }
div.DivClassName
{
background-color: #439BC6;
}
.BgClassName
{
background-color: #439BC6;
}
</style>
border-color css
<style>
span { border-color: #439BC6; }
span { border-color: rgb(67,155,198); }
td.TdClassName
{
border-color: #439BC6;
}
.TagClassName
{
border-color: #439BC6;
}
</style>