Shades of Blue Gem #452F8F
Tints of Blue Gem #452F8F
RGB
CMYK
RGB Variations
Color information
#452F8F (or 0x452F8F) is known color: Blue Gem. HEX triplet: 45, 2F and 8F. RGB value is (69,47,143). Sum of RGB (Red+Green+Blue) = 69+47+143=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #452F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F8F is #BAD070. Grayscale: #404040. Windows color (decimal): -12243057 or 9383749. OLE color: 9383749.
HSL color Cylindrical-coordinate representation of color #452F8F: hue angle of 253.75º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #452F8F is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 47 | 143 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.44 |
| HSL | 253.75º | 0.51% | 0.37% | - |
| HSV(B) | 253.75º | 0.67% | 0.56% | - |
| XYZ | 8.43 | 5.28 | 26.56 | - |
| YUV | 64.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 143 | 0.52 | 0.67 | 0 | 0.44 | 253.75 | 0.51 | 0.37 |
| Hex | 45 | 2F | 8F | 34 | 43 | 0 | 2C | FE | 33 | 25 |
| Octal | 105 | 57 | 217 | 64 | 103 | 0 | 54 | 376 | 63 | 45 |
| Binary | 1000101 | 101111 | 10001111 | 110100 | 1000011 | 0 | 101100 | 11111110 | 110011 | 100101 |
Color Harmonies of #452F8F
Complementary color
Monochromatic Colors of #452F8F
Black with #452F8F
Text Example
Text Example
White with #452F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F8F; }
p { color: rgb(69,47,143); }
H1.HeaderClassName
{
color: #452F8F;
}
.AnyTagClassName
{
color: #452F8F;
}
</style>
background-color css
<style>
a { background-color: #452F8F; }
a { background-color: rgb(69,47,143); }
div.DivClassName
{
background-color: #452F8F;
}
.BgClassName
{
background-color: #452F8F;
}
</style>
border-color css
<style>
span { border-color: #452F8F; }
span { border-color: rgb(69,47,143); }
td.TdClassName
{
border-color: #452F8F;
}
.TagClassName
{
border-color: #452F8F;
}
</style>