Shades of Blue Gem #452F9D
Tints of Blue Gem #452F9D
RGB
CMYK
RGB Variations
Color information
#452F9D (or 0x452F9D) is known color: Blue Gem. HEX triplet: 45, 2F and 9D. RGB value is (69,47,157). Sum of RGB (Red+Green+Blue) = 69+47+157=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #452F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F9D is #BAD062. Grayscale: #414141. Windows color (decimal): -12243043 or 10301253. OLE color: 10301253.
HSL color Cylindrical-coordinate representation of color #452F9D: hue angle of 252º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452F9D is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 47 | 157 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.38 |
| HSL | 252º | 0.54% | 0.4% | - |
| HSV(B) | 252º | 0.7% | 0.62% | - |
| XYZ | 9.56 | 5.73 | 32.5 | - |
| YUV | 66.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 157 | 0.56 | 0.70 | 0 | 0.38 | 252 | 0.54 | 0.4 |
| Hex | 45 | 2F | 9D | 38 | 46 | 0 | 26 | FC | 36 | 28 |
| Octal | 105 | 57 | 235 | 70 | 106 | 0 | 46 | 374 | 66 | 50 |
| Binary | 1000101 | 101111 | 10011101 | 111000 | 1000110 | 0 | 100110 | 11111100 | 110110 | 101000 |
Color Harmonies of #452F9D
Complementary color
Monochromatic Colors of #452F9D
Black with #452F9D
Text Example
Text Example
White with #452F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F9D; }
p { color: rgb(69,47,157); }
H1.HeaderClassName
{
color: #452F9D;
}
.AnyTagClassName
{
color: #452F9D;
}
</style>
background-color css
<style>
a { background-color: #452F9D; }
a { background-color: rgb(69,47,157); }
div.DivClassName
{
background-color: #452F9D;
}
.BgClassName
{
background-color: #452F9D;
}
</style>
border-color css
<style>
span { border-color: #452F9D; }
span { border-color: rgb(69,47,157); }
td.TdClassName
{
border-color: #452F9D;
}
.TagClassName
{
border-color: #452F9D;
}
</style>