Shades of Blue Gem #45279D
Tints of Blue Gem #45279D
RGB
CMYK
RGB Variations
Color information
#45279D (or 0x45279D) is known color: Blue Gem. HEX triplet: 45, 27 and 9D. RGB value is (69,39,157). Sum of RGB (Red+Green+Blue) = 69+39+157=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #45279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45279D is #BAD862. Grayscale: #3C3C3C. Windows color (decimal): -12245091 or 10299205. OLE color: 10299205.
HSL color Cylindrical-coordinate representation of color #45279D: hue angle of 255.25º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45279D is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 39 | 157 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.38 |
| HSL | 255.25º | 0.6% | 0.38% | - |
| HSV(B) | 255.25º | 0.75% | 0.62% | - |
| XYZ | 9.27 | 5.15 | 32.4 | - |
| YUV | 61.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 157 | 0.56 | 0.75 | 0 | 0.38 | 255.25 | 0.6 | 0.38 |
| Hex | 45 | 27 | 9D | 38 | 4B | 0 | 26 | FF | 3C | 26 |
| Octal | 105 | 47 | 235 | 70 | 113 | 0 | 46 | 377 | 74 | 46 |
| Binary | 1000101 | 100111 | 10011101 | 111000 | 1001011 | 0 | 100110 | 11111111 | 111100 | 100110 |
Color Harmonies of #45279D
Complementary color
Monochromatic Colors of #45279D
Black with #45279D
Text Example
Text Example
White with #45279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45279D; }
p { color: rgb(69,39,157); }
H1.HeaderClassName
{
color: #45279D;
}
.AnyTagClassName
{
color: #45279D;
}
</style>
background-color css
<style>
a { background-color: #45279D; }
a { background-color: rgb(69,39,157); }
div.DivClassName
{
background-color: #45279D;
}
.BgClassName
{
background-color: #45279D;
}
</style>
border-color css
<style>
span { border-color: #45279D; }
span { border-color: rgb(69,39,157); }
td.TdClassName
{
border-color: #45279D;
}
.TagClassName
{
border-color: #45279D;
}
</style>