Shades of Viking #40A2BB
Tints of Viking #40A2BB
RGB
CMYK
RGB Variations
Color information
#40A2BB (or 0x40A2BB) is known color: Viking. HEX triplet: 40, A2 and BB. RGB value is (64,162,187). Sum of RGB (Red+Green+Blue) = 64+162+187=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #40A2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A2BB is #BF5D44. Grayscale: #878787. Windows color (decimal): -12541253 or 12296768. OLE color: 12296768.
HSL color Cylindrical-coordinate representation of color #40A2BB: hue angle of 192.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A2BB is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 162 | 187 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.27 |
| HSL | 192.2º | 0.49% | 0.49% | - |
| HSV(B) | 192.2º | 0.66% | 0.73% | - |
| XYZ | 24 | 30.52 | 51.64 | - |
| YUV | 135.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 187 | 0.66 | 0.13 | 0 | 0.27 | 192.2 | 0.49 | 0.49 |
| Hex | 40 | A2 | BB | 42 | D | 0 | 1B | C0 | 31 | 31 |
| Octal | 100 | 242 | 273 | 102 | 15 | 0 | 33 | 300 | 61 | 61 |
| Binary | 1000000 | 10100010 | 10111011 | 1000010 | 1101 | 0 | 11011 | 11000000 | 110001 | 110001 |
Color Harmonies of #40A2BB
Complementary color
Monochromatic Colors of #40A2BB
Black with #40A2BB
Text Example
Text Example
White with #40A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A2BB; }
p { color: rgb(64,162,187); }
H1.HeaderClassName
{
color: #40A2BB;
}
.AnyTagClassName
{
color: #40A2BB;
}
</style>
background-color css
<style>
a { background-color: #40A2BB; }
a { background-color: rgb(64,162,187); }
div.DivClassName
{
background-color: #40A2BB;
}
.BgClassName
{
background-color: #40A2BB;
}
</style>
border-color css
<style>
span { border-color: #40A2BB; }
span { border-color: rgb(64,162,187); }
td.TdClassName
{
border-color: #40A2BB;
}
.TagClassName
{
border-color: #40A2BB;
}
</style>