Shades of Blue Gem #4538AB
Tints of Blue Gem #4538AB
RGB
CMYK
RGB Variations
Color information
#4538AB (or 0x4538AB) is known color: Blue Gem. HEX triplet: 45, 38 and AB. RGB value is (69,56,171). Sum of RGB (Red+Green+Blue) = 69+56+171=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #4538AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4538AB is #BAC754. Grayscale: #484848. Windows color (decimal): -12240725 or 11221061. OLE color: 11221061.
HSL color Cylindrical-coordinate representation of color #4538AB: hue angle of 246.78º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4538AB is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 56 | 171 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.33 |
| HSL | 246.78º | 0.51% | 0.45% | - |
| HSV(B) | 246.78º | 0.67% | 0.67% | - |
| XYZ | 11.22 | 7.03 | 39.29 | - |
| YUV | 73 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 171 | 0.60 | 0.67 | 0 | 0.33 | 246.78 | 0.51 | 0.45 |
| Hex | 45 | 38 | AB | 3C | 43 | 0 | 21 | F7 | 33 | 2D |
| Octal | 105 | 70 | 253 | 74 | 103 | 0 | 41 | 367 | 63 | 55 |
| Binary | 1000101 | 111000 | 10101011 | 111100 | 1000011 | 0 | 100001 | 11110111 | 110011 | 101101 |
Color Harmonies of #4538AB
Complementary color
Monochromatic Colors of #4538AB
Black with #4538AB
Text Example
Text Example
White with #4538AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4538AB; }
p { color: rgb(69,56,171); }
H1.HeaderClassName
{
color: #4538AB;
}
.AnyTagClassName
{
color: #4538AB;
}
</style>
background-color css
<style>
a { background-color: #4538AB; }
a { background-color: rgb(69,56,171); }
div.DivClassName
{
background-color: #4538AB;
}
.BgClassName
{
background-color: #4538AB;
}
</style>
border-color css
<style>
span { border-color: #4538AB; }
span { border-color: rgb(69,56,171); }
td.TdClassName
{
border-color: #4538AB;
}
.TagClassName
{
border-color: #4538AB;
}
</style>