Shades of Viking #439CC5
Tints of Viking #439CC5
RGB
CMYK
RGB Variations
Color information
#439CC5 (or 0x439CC5) is known color: Viking. HEX triplet: 43, 9C and C5. RGB value is (67,156,197). Sum of RGB (Red+Green+Blue) = 67+156+197=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #439CC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #439CC5 is #BC633A. Grayscale: #858585. Windows color (decimal): -12346171 or 12950595. OLE color: 12950595.
HSL color Cylindrical-coordinate representation of color #439CC5: hue angle of 198.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #439CC5 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 156 | 197 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.23 |
| HSL | 198.92º | 0.53% | 0.52% | - |
| HSV(B) | 198.92º | 0.66% | 0.77% | - |
| XYZ | 24.28 | 29 | 57.14 | - |
| YUV | 134.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 156 | 197 | 0.66 | 0.21 | 0 | 0.23 | 198.92 | 0.53 | 0.52 |
| Hex | 43 | 9C | C5 | 42 | 15 | 0 | 17 | C7 | 35 | 34 |
| Octal | 103 | 234 | 305 | 102 | 25 | 0 | 27 | 307 | 65 | 64 |
| Binary | 1000011 | 10011100 | 11000101 | 1000010 | 10101 | 0 | 10111 | 11000111 | 110101 | 110100 |
Color Harmonies of #439CC5
Complementary color
Monochromatic Colors of #439CC5
Black with #439CC5
Text Example
Text Example
White with #439CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439CC5; }
p { color: rgb(67,156,197); }
H1.HeaderClassName
{
color: #439CC5;
}
.AnyTagClassName
{
color: #439CC5;
}
</style>
background-color css
<style>
a { background-color: #439CC5; }
a { background-color: rgb(67,156,197); }
div.DivClassName
{
background-color: #439CC5;
}
.BgClassName
{
background-color: #439CC5;
}
</style>
border-color css
<style>
span { border-color: #439CC5; }
span { border-color: rgb(67,156,197); }
td.TdClassName
{
border-color: #439CC5;
}
.TagClassName
{
border-color: #439CC5;
}
</style>