Shades of Blue Gem #452F8C
Tints of Blue Gem #452F8C
RGB
CMYK
RGB Variations
Color information
#452F8C (or 0x452F8C) is known color: Blue Gem. HEX triplet: 45, 2F and 8C. RGB value is (69,47,140). Sum of RGB (Red+Green+Blue) = 69+47+140=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #452F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452F8C is #BAD073. Grayscale: #3F3F3F. Windows color (decimal): -12243060 or 9187141. OLE color: 9187141.
HSL color Cylindrical-coordinate representation of color #452F8C: hue angle of 254.19º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #452F8C is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 47 | 140 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.45 |
| HSL | 254.19º | 0.5% | 0.37% | - |
| HSV(B) | 254.19º | 0.66% | 0.55% | - |
| XYZ | 8.2 | 5.19 | 25.38 | - |
| YUV | 64.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 47 | 140 | 0.51 | 0.66 | 0 | 0.45 | 254.19 | 0.5 | 0.37 |
| Hex | 45 | 2F | 8C | 33 | 42 | 0 | 2D | FE | 32 | 25 |
| Octal | 105 | 57 | 214 | 63 | 102 | 0 | 55 | 376 | 62 | 45 |
| Binary | 1000101 | 101111 | 10001100 | 110011 | 1000010 | 0 | 101101 | 11111110 | 110010 | 100101 |
Color Harmonies of #452F8C
Complementary color
Monochromatic Colors of #452F8C
Black with #452F8C
Text Example
Text Example
White with #452F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452F8C; }
p { color: rgb(69,47,140); }
H1.HeaderClassName
{
color: #452F8C;
}
.AnyTagClassName
{
color: #452F8C;
}
</style>
background-color css
<style>
a { background-color: #452F8C; }
a { background-color: rgb(69,47,140); }
div.DivClassName
{
background-color: #452F8C;
}
.BgClassName
{
background-color: #452F8C;
}
</style>
border-color css
<style>
span { border-color: #452F8C; }
span { border-color: rgb(69,47,140); }
td.TdClassName
{
border-color: #452F8C;
}
.TagClassName
{
border-color: #452F8C;
}
</style>