Shades of Blue Gem #4530A7
Tints of Blue Gem #4530A7
RGB
CMYK
RGB Variations
Color information
#4530A7 (or 0x4530A7) is known color: Blue Gem. HEX triplet: 45, 30 and A7. RGB value is (69,48,167). Sum of RGB (Red+Green+Blue) = 69+48+167=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 167 (65.62% from 255 or 58.80% from 284); Max value from RGB is 167 - color contains mainly: blue. Hex color #4530A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4530A7 is #BACF58. Grayscale: #434343. Windows color (decimal): -12242777 or 10956869. OLE color: 10956869.
HSL color Cylindrical-coordinate representation of color #4530A7: hue angle of 250.59º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4530A7 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 48 | 167 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.35 |
| HSL | 250.59º | 0.55% | 0.42% | - |
| HSV(B) | 250.59º | 0.71% | 0.65% | - |
| XYZ | 10.49 | 6.17 | 37.2 | - |
| YUV | 67.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 167 | 0.59 | 0.71 | 0 | 0.35 | 250.59 | 0.55 | 0.42 |
| Hex | 45 | 30 | A7 | 3B | 47 | 0 | 23 | FB | 37 | 2A |
| Octal | 105 | 60 | 247 | 73 | 107 | 0 | 43 | 373 | 67 | 52 |
| Binary | 1000101 | 110000 | 10100111 | 111011 | 1000111 | 0 | 100011 | 11111011 | 110111 | 101010 |
Color Harmonies of #4530A7
Complementary color
Monochromatic Colors of #4530A7
Black with #4530A7
Text Example
Text Example
White with #4530A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530A7; }
p { color: rgb(69,48,167); }
H1.HeaderClassName
{
color: #4530A7;
}
.AnyTagClassName
{
color: #4530A7;
}
</style>
background-color css
<style>
a { background-color: #4530A7; }
a { background-color: rgb(69,48,167); }
div.DivClassName
{
background-color: #4530A7;
}
.BgClassName
{
background-color: #4530A7;
}
</style>
border-color css
<style>
span { border-color: #4530A7; }
span { border-color: rgb(69,48,167); }
td.TdClassName
{
border-color: #4530A7;
}
.TagClassName
{
border-color: #4530A7;
}
</style>