Shades of Viking #40A1BC
Tints of Viking #40A1BC
RGB
CMYK
RGB Variations
Color information
#40A1BC (or 0x40A1BC) is known color: Viking. HEX triplet: 40, A1 and BC. RGB value is (64,161,188). Sum of RGB (Red+Green+Blue) = 64+161+188=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #40A1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1BC is #BF5E43. Grayscale: #868686. Windows color (decimal): -12541508 or 12362048. OLE color: 12362048.
HSL color Cylindrical-coordinate representation of color #40A1BC: hue angle of 193.06º 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 #40A1BC is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 161 | 188 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.26 |
| HSL | 193.06º | 0.49% | 0.49% | - |
| HSV(B) | 193.06º | 0.66% | 0.74% | - |
| XYZ | 23.94 | 30.21 | 52.15 | - |
| YUV | 135.08 | 157.86 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 188 | 0.66 | 0.14 | 0 | 0.26 | 193.06 | 0.49 | 0.49 |
| Hex | 40 | A1 | BC | 42 | E | 0 | 1A | C1 | 31 | 31 |
| Octal | 100 | 241 | 274 | 102 | 16 | 0 | 32 | 301 | 61 | 61 |
| Binary | 1000000 | 10100001 | 10111100 | 1000010 | 1110 | 0 | 11010 | 11000001 | 110001 | 110001 |
Color Harmonies of #40A1BC
Complementary color
Monochromatic Colors of #40A1BC
Black with #40A1BC
Text Example
Text Example
White with #40A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A1BC; }
p { color: rgb(64,161,188); }
H1.HeaderClassName
{
color: #40A1BC;
}
.AnyTagClassName
{
color: #40A1BC;
}
</style>
background-color css
<style>
a { background-color: #40A1BC; }
a { background-color: rgb(64,161,188); }
div.DivClassName
{
background-color: #40A1BC;
}
.BgClassName
{
background-color: #40A1BC;
}
</style>
border-color css
<style>
span { border-color: #40A1BC; }
span { border-color: rgb(64,161,188); }
td.TdClassName
{
border-color: #40A1BC;
}
.TagClassName
{
border-color: #40A1BC;
}
</style>