Shades of Viking #40A0BC
Tints of Viking #40A0BC
RGB
CMYK
RGB Variations
Color information
#40A0BC (or 0x40A0BC) is known color: Viking. HEX triplet: 40, A0 and BC. RGB value is (64,160,188). Sum of RGB (Red+Green+Blue) = 64+160+188=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0BC is #BF5F43. Grayscale: #868686. Windows color (decimal): -12541764 or 12361792. OLE color: 12361792.
HSL color Cylindrical-coordinate representation of color #40A0BC: hue angle of 193.55º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A0BC is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 160 | 188 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.26 |
| HSL | 193.55º | 0.49% | 0.49% | - |
| HSV(B) | 193.55º | 0.66% | 0.74% | - |
| XYZ | 23.76 | 29.86 | 52.09 | - |
| YUV | 134.49 | 158.2 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 188 | 0.66 | 0.15 | 0 | 0.26 | 193.55 | 0.49 | 0.49 |
| Hex | 40 | A0 | BC | 42 | F | 0 | 1A | C2 | 31 | 31 |
| Octal | 100 | 240 | 274 | 102 | 17 | 0 | 32 | 302 | 61 | 61 |
| Binary | 1000000 | 10100000 | 10111100 | 1000010 | 1111 | 0 | 11010 | 11000010 | 110001 | 110001 |
Color Harmonies of #40A0BC
Complementary color
Monochromatic Colors of #40A0BC
Black with #40A0BC
Text Example
Text Example
White with #40A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0BC; }
p { color: rgb(64,160,188); }
H1.HeaderClassName
{
color: #40A0BC;
}
.AnyTagClassName
{
color: #40A0BC;
}
</style>
background-color css
<style>
a { background-color: #40A0BC; }
a { background-color: rgb(64,160,188); }
div.DivClassName
{
background-color: #40A0BC;
}
.BgClassName
{
background-color: #40A0BC;
}
</style>
border-color css
<style>
span { border-color: #40A0BC; }
span { border-color: rgb(64,160,188); }
td.TdClassName
{
border-color: #40A0BC;
}
.TagClassName
{
border-color: #40A0BC;
}
</style>