Shades of Viking #43A6CA
Tints of Viking #43A6CA
RGB
CMYK
RGB Variations
Color information
#43A6CA (or 0x43A6CA) is known color: Viking. HEX triplet: 43, A6 and CA. RGB value is (67,166,202). Sum of RGB (Red+Green+Blue) = 67+166+202=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #43A6CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6CA is #BC5935. Grayscale: #8C8C8C. Windows color (decimal): -12343606 or 13280835. OLE color: 13280835.
HSL color Cylindrical-coordinate representation of color #43A6CA: hue angle of 196º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43A6CA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 166 | 202 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.21 |
| HSL | 196º | 0.56% | 0.53% | - |
| HSV(B) | 196º | 0.67% | 0.79% | - |
| XYZ | 26.61 | 32.73 | 60.79 | - |
| YUV | 140.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 202 | 0.67 | 0.18 | 0 | 0.21 | 196 | 0.56 | 0.53 |
| Hex | 43 | A6 | CA | 43 | 12 | 0 | 15 | C4 | 38 | 35 |
| Octal | 103 | 246 | 312 | 103 | 22 | 0 | 25 | 304 | 70 | 65 |
| Binary | 1000011 | 10100110 | 11001010 | 1000011 | 10010 | 0 | 10101 | 11000100 | 111000 | 110101 |
Color Harmonies of #43A6CA
Complementary color
Monochromatic Colors of #43A6CA
Black with #43A6CA
Text Example
Text Example
White with #43A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A6CA; }
p { color: rgb(67,166,202); }
H1.HeaderClassName
{
color: #43A6CA;
}
.AnyTagClassName
{
color: #43A6CA;
}
</style>
background-color css
<style>
a { background-color: #43A6CA; }
a { background-color: rgb(67,166,202); }
div.DivClassName
{
background-color: #43A6CA;
}
.BgClassName
{
background-color: #43A6CA;
}
</style>
border-color css
<style>
span { border-color: #43A6CA; }
span { border-color: rgb(67,166,202); }
td.TdClassName
{
border-color: #43A6CA;
}
.TagClassName
{
border-color: #43A6CA;
}
</style>