Shades of Blue Gem #4536B1
Tints of Blue Gem #4536B1
RGB
CMYK
RGB Variations
Color information
#4536B1 (or 0x4536B1) is known color: Blue Gem. HEX triplet: 45, 36 and B1. RGB value is (69,54,177). Sum of RGB (Red+Green+Blue) = 69+54+177=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #4536B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4536B1 is #BAC94E. Grayscale: #484848. Windows color (decimal): -12241231 or 11613765. OLE color: 11613765.
HSL color Cylindrical-coordinate representation of color #4536B1: hue angle of 247.32º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4536B1 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 54 | 177 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.31 |
| HSL | 247.32º | 0.53% | 0.45% | - |
| HSV(B) | 247.32º | 0.69% | 0.69% | - |
| XYZ | 11.71 | 7.08 | 42.34 | - |
| YUV | 72.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 177 | 0.61 | 0.69 | 0 | 0.31 | 247.32 | 0.53 | 0.45 |
| Hex | 45 | 36 | B1 | 3D | 45 | 0 | 1F | F7 | 35 | 2D |
| Octal | 105 | 66 | 261 | 75 | 105 | 0 | 37 | 367 | 65 | 55 |
| Binary | 1000101 | 110110 | 10110001 | 111101 | 1000101 | 0 | 11111 | 11110111 | 110101 | 101101 |
Color Harmonies of #4536B1
Complementary color
Monochromatic Colors of #4536B1
Black with #4536B1
Text Example
Text Example
White with #4536B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4536B1; }
p { color: rgb(69,54,177); }
H1.HeaderClassName
{
color: #4536B1;
}
.AnyTagClassName
{
color: #4536B1;
}
</style>
background-color css
<style>
a { background-color: #4536B1; }
a { background-color: rgb(69,54,177); }
div.DivClassName
{
background-color: #4536B1;
}
.BgClassName
{
background-color: #4536B1;
}
</style>
border-color css
<style>
span { border-color: #4536B1; }
span { border-color: rgb(69,54,177); }
td.TdClassName
{
border-color: #4536B1;
}
.TagClassName
{
border-color: #4536B1;
}
</style>