Shades of Blue Gem #452194
Tints of Blue Gem #452194
RGB
CMYK
RGB Variations
Color information
#452194 (or 0x452194) is known color: Blue Gem. HEX triplet: 45, 21 and 94. RGB value is (69,33,148). Sum of RGB (Red+Green+Blue) = 69+33+148=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #452194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452194 is #BADE6B. Grayscale: #383838. Windows color (decimal): -12246636 or 9707845. OLE color: 9707845.
HSL color Cylindrical-coordinate representation of color #452194: hue angle of 258.78º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #452194 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 33 | 148 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.42 |
| HSL | 258.78º | 0.64% | 0.35% | - |
| HSV(B) | 258.78º | 0.78% | 0.58% | - |
| XYZ | 8.34 | 4.49 | 28.44 | - |
| YUV | 56.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 148 | 0.53 | 0.78 | 0 | 0.42 | 258.78 | 0.64 | 0.35 |
| Hex | 45 | 21 | 94 | 35 | 4E | 0 | 2A | 103 | 40 | 23 |
| Octal | 105 | 41 | 224 | 65 | 116 | 0 | 52 | 403 | 100 | 43 |
| Binary | 1000101 | 100001 | 10010100 | 110101 | 1001110 | 0 | 101010 | 100000011 | 1000000 | 100011 |
Color Harmonies of #452194
Complementary color
Monochromatic Colors of #452194
Black with #452194
Text Example
Text Example
White with #452194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452194; }
p { color: rgb(69,33,148); }
H1.HeaderClassName
{
color: #452194;
}
.AnyTagClassName
{
color: #452194;
}
</style>
background-color css
<style>
a { background-color: #452194; }
a { background-color: rgb(69,33,148); }
div.DivClassName
{
background-color: #452194;
}
.BgClassName
{
background-color: #452194;
}
</style>
border-color css
<style>
span { border-color: #452194; }
span { border-color: rgb(69,33,148); }
td.TdClassName
{
border-color: #452194;
}
.TagClassName
{
border-color: #452194;
}
</style>