Shades of Viking #40A1BD
Tints of Viking #40A1BD
RGB
CMYK
RGB Variations
Color information
#40A1BD (or 0x40A1BD) is known color: Viking. HEX triplet: 40, A1 and BD. RGB value is (64,161,189). Sum of RGB (Red+Green+Blue) = 64+161+189=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #40A1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1BD is #BF5E42. Grayscale: #868686. Windows color (decimal): -12541507 or 12427584. OLE color: 12427584.
HSL color Cylindrical-coordinate representation of color #40A1BD: hue angle of 193.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A1BD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 161 | 189 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.26 |
| HSL | 193.44º | 0.49% | 0.5% | - |
| HSV(B) | 193.44º | 0.66% | 0.74% | - |
| XYZ | 24.04 | 30.25 | 52.72 | - |
| YUV | 135.19 | 158.36 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 189 | 0.66 | 0.15 | 0 | 0.26 | 193.44 | 0.49 | 0.5 |
| Hex | 40 | A1 | BD | 42 | F | 0 | 1A | C1 | 31 | 32 |
| Octal | 100 | 241 | 275 | 102 | 17 | 0 | 32 | 301 | 61 | 62 |
| Binary | 1000000 | 10100001 | 10111101 | 1000010 | 1111 | 0 | 11010 | 11000001 | 110001 | 110010 |
Color Harmonies of #40A1BD
Complementary color
Monochromatic Colors of #40A1BD
Black with #40A1BD
Text Example
Text Example
White with #40A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A1BD; }
p { color: rgb(64,161,189); }
H1.HeaderClassName
{
color: #40A1BD;
}
.AnyTagClassName
{
color: #40A1BD;
}
</style>
background-color css
<style>
a { background-color: #40A1BD; }
a { background-color: rgb(64,161,189); }
div.DivClassName
{
background-color: #40A1BD;
}
.BgClassName
{
background-color: #40A1BD;
}
</style>
border-color css
<style>
span { border-color: #40A1BD; }
span { border-color: rgb(64,161,189); }
td.TdClassName
{
border-color: #40A1BD;
}
.TagClassName
{
border-color: #40A1BD;
}
</style>