Shades of Viking #40A6BA
Tints of Viking #40A6BA
RGB
CMYK
RGB Variations
Color information
#40A6BA (or 0x40A6BA) is known color: Viking. HEX triplet: 40, A6 and BA. RGB value is (64,166,186). Sum of RGB (Red+Green+Blue) = 64+166+186=416 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.38% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #40A6BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A6BA is #BF5945. Grayscale: #898989. Windows color (decimal): -12540230 or 12232256. OLE color: 12232256.
HSL color Cylindrical-coordinate representation of color #40A6BA: hue angle of 189.84º 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 #40A6BA is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 166 | 186 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.27 |
| HSL | 189.84º | 0.49% | 0.49% | - |
| HSV(B) | 189.84º | 0.66% | 0.73% | - |
| XYZ | 24.61 | 31.91 | 51.32 | - |
| YUV | 137.78 | 155.21 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 186 | 0.66 | 0.11 | 0 | 0.27 | 189.84 | 0.49 | 0.49 |
| Hex | 40 | A6 | BA | 42 | B | 0 | 1B | BE | 31 | 31 |
| Octal | 100 | 246 | 272 | 102 | 13 | 0 | 33 | 276 | 61 | 61 |
| Binary | 1000000 | 10100110 | 10111010 | 1000010 | 1011 | 0 | 11011 | 10111110 | 110001 | 110001 |
Color Harmonies of #40A6BA
Complementary color
Monochromatic Colors of #40A6BA
Black with #40A6BA
Text Example
Text Example
White with #40A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A6BA; }
p { color: rgb(64,166,186); }
H1.HeaderClassName
{
color: #40A6BA;
}
.AnyTagClassName
{
color: #40A6BA;
}
</style>
background-color css
<style>
a { background-color: #40A6BA; }
a { background-color: rgb(64,166,186); }
div.DivClassName
{
background-color: #40A6BA;
}
.BgClassName
{
background-color: #40A6BA;
}
</style>
border-color css
<style>
span { border-color: #40A6BA; }
span { border-color: rgb(64,166,186); }
td.TdClassName
{
border-color: #40A6BA;
}
.TagClassName
{
border-color: #40A6BA;
}
</style>