Shades of Viking #40A4CE
Tints of Viking #40A4CE
RGB
CMYK
RGB Variations
Color information
#40A4CE (or 0x40A4CE) is known color: Viking. HEX triplet: 40, A4 and CE. RGB value is (64,164,206). Sum of RGB (Red+Green+Blue) = 64+164+206=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #40A4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A4CE is #BF5B31. Grayscale: #8A8A8A. Windows color (decimal): -12540722 or 13542464. OLE color: 13542464.
HSL color Cylindrical-coordinate representation of color #40A4CE: hue angle of 197.75º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40A4CE is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 164 | 206 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.19 |
| HSL | 197.75º | 0.59% | 0.53% | - |
| HSV(B) | 197.75º | 0.69% | 0.81% | - |
| XYZ | 26.53 | 32.1 | 63.19 | - |
| YUV | 138.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 206 | 0.69 | 0.20 | 0 | 0.19 | 197.75 | 0.59 | 0.53 |
| Hex | 40 | A4 | CE | 45 | 14 | 0 | 13 | C6 | 3B | 35 |
| Octal | 100 | 244 | 316 | 105 | 24 | 0 | 23 | 306 | 73 | 65 |
| Binary | 1000000 | 10100100 | 11001110 | 1000101 | 10100 | 0 | 10011 | 11000110 | 111011 | 110101 |
Color Harmonies of #40A4CE
Complementary color
Monochromatic Colors of #40A4CE
Black with #40A4CE
Text Example
Text Example
White with #40A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A4CE; }
p { color: rgb(64,164,206); }
H1.HeaderClassName
{
color: #40A4CE;
}
.AnyTagClassName
{
color: #40A4CE;
}
</style>
background-color css
<style>
a { background-color: #40A4CE; }
a { background-color: rgb(64,164,206); }
div.DivClassName
{
background-color: #40A4CE;
}
.BgClassName
{
background-color: #40A4CE;
}
</style>
border-color css
<style>
span { border-color: #40A4CE; }
span { border-color: rgb(64,164,206); }
td.TdClassName
{
border-color: #40A4CE;
}
.TagClassName
{
border-color: #40A4CE;
}
</style>