Shades of Viking #40A8CA
Tints of Viking #40A8CA
RGB
CMYK
RGB Variations
Color information
#40A8CA (or 0x40A8CA) is known color: Viking. HEX triplet: 40, A8 and CA. RGB value is (64,168,202). Sum of RGB (Red+Green+Blue) = 64+168+202=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #40A8CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A8CA is #BF5735. Grayscale: #8C8C8C. Windows color (decimal): -12539702 or 13281344. OLE color: 13281344.
HSL color Cylindrical-coordinate representation of color #40A8CA: hue angle of 194.78º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40A8CA is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 168 | 202 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.21 |
| HSL | 194.78º | 0.57% | 0.52% | - |
| HSV(B) | 194.78º | 0.68% | 0.79% | - |
| XYZ | 26.78 | 33.36 | 60.9 | - |
| YUV | 140.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 202 | 0.68 | 0.17 | 0 | 0.21 | 194.78 | 0.57 | 0.52 |
| Hex | 40 | A8 | CA | 44 | 11 | 0 | 15 | C3 | 39 | 34 |
| Octal | 100 | 250 | 312 | 104 | 21 | 0 | 25 | 303 | 71 | 64 |
| Binary | 1000000 | 10101000 | 11001010 | 1000100 | 10001 | 0 | 10101 | 11000011 | 111001 | 110100 |
Color Harmonies of #40A8CA
Complementary color
Monochromatic Colors of #40A8CA
Black with #40A8CA
Text Example
Text Example
White with #40A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8CA; }
p { color: rgb(64,168,202); }
H1.HeaderClassName
{
color: #40A8CA;
}
.AnyTagClassName
{
color: #40A8CA;
}
</style>
background-color css
<style>
a { background-color: #40A8CA; }
a { background-color: rgb(64,168,202); }
div.DivClassName
{
background-color: #40A8CA;
}
.BgClassName
{
background-color: #40A8CA;
}
</style>
border-color css
<style>
span { border-color: #40A8CA; }
span { border-color: rgb(64,168,202); }
td.TdClassName
{
border-color: #40A8CA;
}
.TagClassName
{
border-color: #40A8CA;
}
</style>