Shades of Blue Gem #452BA6
Tints of Blue Gem #452BA6
RGB
CMYK
RGB Variations
Color information
#452BA6 (or 0x452BA6) is known color: Blue Gem. HEX triplet: 45, 2B and A6. RGB value is (69,43,166). Sum of RGB (Red+Green+Blue) = 69+43+166=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 166 (65.23% from 255 or 59.71% from 278); Max value from RGB is 166 - color contains mainly: blue. Hex color #452BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452BA6 is #BAD459. Grayscale: #404040. Windows color (decimal): -12244058 or 10890053. OLE color: 10890053.
HSL color Cylindrical-coordinate representation of color #452BA6: hue angle of 252.68º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452BA6 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 43 | 166 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.35 |
| HSL | 252.68º | 0.59% | 0.41% | - |
| HSV(B) | 252.68º | 0.74% | 0.65% | - |
| XYZ | 10.2 | 5.75 | 36.65 | - |
| YUV | 64.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 166 | 0.58 | 0.74 | 0 | 0.35 | 252.68 | 0.59 | 0.41 |
| Hex | 45 | 2B | A6 | 3A | 4A | 0 | 23 | FD | 3B | 29 |
| Octal | 105 | 53 | 246 | 72 | 112 | 0 | 43 | 375 | 73 | 51 |
| Binary | 1000101 | 101011 | 10100110 | 111010 | 1001010 | 0 | 100011 | 11111101 | 111011 | 101001 |
Color Harmonies of #452BA6
Complementary color
Monochromatic Colors of #452BA6
Black with #452BA6
Text Example
Text Example
White with #452BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452BA6; }
p { color: rgb(69,43,166); }
H1.HeaderClassName
{
color: #452BA6;
}
.AnyTagClassName
{
color: #452BA6;
}
</style>
background-color css
<style>
a { background-color: #452BA6; }
a { background-color: rgb(69,43,166); }
div.DivClassName
{
background-color: #452BA6;
}
.BgClassName
{
background-color: #452BA6;
}
</style>
border-color css
<style>
span { border-color: #452BA6; }
span { border-color: rgb(69,43,166); }
td.TdClassName
{
border-color: #452BA6;
}
.TagClassName
{
border-color: #452BA6;
}
</style>