Shades of Blue Gem #452B9A
Tints of Blue Gem #452B9A
RGB
CMYK
RGB Variations
Color information
#452B9A (or 0x452B9A) is known color: Blue Gem. HEX triplet: 45, 2B and 9A. RGB value is (69,43,154). Sum of RGB (Red+Green+Blue) = 69+43+154=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #452B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452B9A is #BAD465. Grayscale: #3F3F3F. Windows color (decimal): -12244070 or 10103621. OLE color: 10103621.
HSL color Cylindrical-coordinate representation of color #452B9A: hue angle of 254.05º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452B9A is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 43 | 154 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.40 |
| HSL | 254.05º | 0.56% | 0.39% | - |
| HSV(B) | 254.05º | 0.72% | 0.6% | - |
| XYZ | 9.15 | 5.33 | 31.12 | - |
| YUV | 63.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 154 | 0.55 | 0.72 | 0 | 0.40 | 254.05 | 0.56 | 0.39 |
| Hex | 45 | 2B | 9A | 37 | 48 | 0 | 28 | FE | 38 | 27 |
| Octal | 105 | 53 | 232 | 67 | 110 | 0 | 50 | 376 | 70 | 47 |
| Binary | 1000101 | 101011 | 10011010 | 110111 | 1001000 | 0 | 101000 | 11111110 | 111000 | 100111 |
Color Harmonies of #452B9A
Complementary color
Monochromatic Colors of #452B9A
Black with #452B9A
Text Example
Text Example
White with #452B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B9A; }
p { color: rgb(69,43,154); }
H1.HeaderClassName
{
color: #452B9A;
}
.AnyTagClassName
{
color: #452B9A;
}
</style>
background-color css
<style>
a { background-color: #452B9A; }
a { background-color: rgb(69,43,154); }
div.DivClassName
{
background-color: #452B9A;
}
.BgClassName
{
background-color: #452B9A;
}
</style>
border-color css
<style>
span { border-color: #452B9A; }
span { border-color: rgb(69,43,154); }
td.TdClassName
{
border-color: #452B9A;
}
.TagClassName
{
border-color: #452B9A;
}
</style>