Shades of Blue Gem #4B459C
Tints of Blue Gem #4B459C
RGB
CMYK
RGB Variations
Color information
#4B459C (or 0x4B459C) is known color: Blue Gem. HEX triplet: 4B, 45 and 9C. RGB value is (75,69,156). Sum of RGB (Red+Green+Blue) = 75+69+156=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B459C is #B4BA63. Grayscale: #505050. Windows color (decimal): -11844196 or 10241355. OLE color: 10241355.
HSL color Cylindrical-coordinate representation of color #4B459C: hue angle of 244.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B459C is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 69 | 156 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.39 |
| HSL | 244.14º | 0.39% | 0.44% | - |
| HSV(B) | 244.14º | 0.56% | 0.61% | - |
| XYZ | 11.03 | 8.15 | 32.44 | - |
| YUV | 80.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 156 | 0.52 | 0.56 | 0 | 0.39 | 244.14 | 0.39 | 0.44 |
| Hex | 4B | 45 | 9C | 34 | 38 | 0 | 27 | F4 | 27 | 2C |
| Octal | 113 | 105 | 234 | 64 | 70 | 0 | 47 | 364 | 47 | 54 |
| Binary | 1001011 | 1000101 | 10011100 | 110100 | 111000 | 0 | 100111 | 11110100 | 100111 | 101100 |
Color Harmonies of #4B459C
Complementary color
Monochromatic Colors of #4B459C
Black with #4B459C
Text Example
Text Example
White with #4B459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B459C; }
p { color: rgb(75,69,156); }
H1.HeaderClassName
{
color: #4B459C;
}
.AnyTagClassName
{
color: #4B459C;
}
</style>
background-color css
<style>
a { background-color: #4B459C; }
a { background-color: rgb(75,69,156); }
div.DivClassName
{
background-color: #4B459C;
}
.BgClassName
{
background-color: #4B459C;
}
</style>
border-color css
<style>
span { border-color: #4B459C; }
span { border-color: rgb(75,69,156); }
td.TdClassName
{
border-color: #4B459C;
}
.TagClassName
{
border-color: #4B459C;
}
</style>