Shades of Blue Gem #50469D
Tints of Blue Gem #50469D
RGB
CMYK
RGB Variations
Color information
#50469D (or 0x50469D) is known color: Blue Gem. HEX triplet: 50, 46 and 9D. RGB value is (80,70,157). Sum of RGB (Red+Green+Blue) = 80+70+157=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #50469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469D is #AFB962. Grayscale: #525252. Windows color (decimal): -11516259 or 10307152. OLE color: 10307152.
HSL color Cylindrical-coordinate representation of color #50469D: hue angle of 246.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50469D is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 70 | 157 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.38 |
| HSL | 246.9º | 0.38% | 0.45% | - |
| HSV(B) | 246.9º | 0.55% | 0.62% | - |
| XYZ | 11.58 | 8.52 | 32.93 | - |
| YUV | 82.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 157 | 0.49 | 0.55 | 0 | 0.38 | 246.9 | 0.38 | 0.45 |
| Hex | 50 | 46 | 9D | 31 | 37 | 0 | 26 | F7 | 26 | 2D |
| Octal | 120 | 106 | 235 | 61 | 67 | 0 | 46 | 367 | 46 | 55 |
| Binary | 1010000 | 1000110 | 10011101 | 110001 | 110111 | 0 | 100110 | 11110111 | 100110 | 101101 |
Color Harmonies of #50469D
Complementary color
Monochromatic Colors of #50469D
Black with #50469D
Text Example
Text Example
White with #50469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50469D; }
p { color: rgb(80,70,157); }
H1.HeaderClassName
{
color: #50469D;
}
.AnyTagClassName
{
color: #50469D;
}
</style>
background-color css
<style>
a { background-color: #50469D; }
a { background-color: rgb(80,70,157); }
div.DivClassName
{
background-color: #50469D;
}
.BgClassName
{
background-color: #50469D;
}
</style>
border-color css
<style>
span { border-color: #50469D; }
span { border-color: rgb(80,70,157); }
td.TdClassName
{
border-color: #50469D;
}
.TagClassName
{
border-color: #50469D;
}
</style>