Shades of Viking #43A4CA
Tints of Viking #43A4CA
RGB
CMYK
RGB Variations
Color information
#43A4CA (or 0x43A4CA) is known color: Viking. HEX triplet: 43, A4 and CA. RGB value is (67,164,202). Sum of RGB (Red+Green+Blue) = 67+164+202=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #43A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A4CA is #BC5B35. Grayscale: #8B8B8B. Windows color (decimal): -12344118 or 13280323. OLE color: 13280323.
HSL color Cylindrical-coordinate representation of color #43A4CA: hue angle of 196.89º 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 #43A4CA is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 164 | 202 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.21 |
| HSL | 196.89º | 0.56% | 0.53% | - |
| HSV(B) | 196.89º | 0.67% | 0.79% | - |
| XYZ | 26.25 | 32.01 | 60.67 | - |
| YUV | 139.33 | 163.36 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 164 | 202 | 0.67 | 0.19 | 0 | 0.21 | 196.89 | 0.56 | 0.53 |
| Hex | 43 | A4 | CA | 43 | 13 | 0 | 15 | C5 | 38 | 35 |
| Octal | 103 | 244 | 312 | 103 | 23 | 0 | 25 | 305 | 70 | 65 |
| Binary | 1000011 | 10100100 | 11001010 | 1000011 | 10011 | 0 | 10101 | 11000101 | 111000 | 110101 |
Color Harmonies of #43A4CA
Complementary color
Monochromatic Colors of #43A4CA
Black with #43A4CA
Text Example
Text Example
White with #43A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A4CA; }
p { color: rgb(67,164,202); }
H1.HeaderClassName
{
color: #43A4CA;
}
.AnyTagClassName
{
color: #43A4CA;
}
</style>
background-color css
<style>
a { background-color: #43A4CA; }
a { background-color: rgb(67,164,202); }
div.DivClassName
{
background-color: #43A4CA;
}
.BgClassName
{
background-color: #43A4CA;
}
</style>
border-color css
<style>
span { border-color: #43A4CA; }
span { border-color: rgb(67,164,202); }
td.TdClassName
{
border-color: #43A4CA;
}
.TagClassName
{
border-color: #43A4CA;
}
</style>