Shades of Viking #40A3BE
Tints of Viking #40A3BE
RGB
CMYK
RGB Variations
Color information
#40A3BE (or 0x40A3BE) is known color: Viking. HEX triplet: 40, A3 and BE. RGB value is (64,163,190). Sum of RGB (Red+Green+Blue) = 64+163+190=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #40A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A3BE is #BF5C41. Grayscale: #888888. Windows color (decimal): -12540994 or 12493632. OLE color: 12493632.
HSL color Cylindrical-coordinate representation of color #40A3BE: hue angle of 192.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A3BE is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 163 | 190 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.25 |
| HSL | 192.86º | 0.5% | 0.5% | - |
| HSV(B) | 192.86º | 0.66% | 0.75% | - |
| XYZ | 24.51 | 31 | 53.41 | - |
| YUV | 136.48 | 158.2 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 190 | 0.66 | 0.14 | 0 | 0.25 | 192.86 | 0.5 | 0.5 |
| Hex | 40 | A3 | BE | 42 | E | 0 | 19 | C1 | 32 | 32 |
| Octal | 100 | 243 | 276 | 102 | 16 | 0 | 31 | 301 | 62 | 62 |
| Binary | 1000000 | 10100011 | 10111110 | 1000010 | 1110 | 0 | 11001 | 11000001 | 110010 | 110010 |
Color Harmonies of #40A3BE
Complementary color
Monochromatic Colors of #40A3BE
Black with #40A3BE
Text Example
Text Example
White with #40A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A3BE; }
p { color: rgb(64,163,190); }
H1.HeaderClassName
{
color: #40A3BE;
}
.AnyTagClassName
{
color: #40A3BE;
}
</style>
background-color css
<style>
a { background-color: #40A3BE; }
a { background-color: rgb(64,163,190); }
div.DivClassName
{
background-color: #40A3BE;
}
.BgClassName
{
background-color: #40A3BE;
}
</style>
border-color css
<style>
span { border-color: #40A3BE; }
span { border-color: rgb(64,163,190); }
td.TdClassName
{
border-color: #40A3BE;
}
.TagClassName
{
border-color: #40A3BE;
}
</style>