Shades of Blue Gem #4A269B
Tints of Blue Gem #4A269B
RGB
CMYK
RGB Variations
Color information
#4A269B (or 0x4A269B) is known color: Blue Gem. HEX triplet: 4A, 26 and 9B. RGB value is (74,38,155). Sum of RGB (Red+Green+Blue) = 74+38+155=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A269B is #B5D964. Grayscale: #3D3D3D. Windows color (decimal): -11917669 or 10167882. OLE color: 10167882.
HSL color Cylindrical-coordinate representation of color #4A269B: hue angle of 258.46º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A269B is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 38 | 155 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.39 |
| HSL | 258.46º | 0.61% | 0.38% | - |
| HSV(B) | 258.46º | 0.75% | 0.61% | - |
| XYZ | 9.43 | 5.21 | 31.52 | - |
| YUV | 62.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 155 | 0.52 | 0.75 | 0 | 0.39 | 258.46 | 0.61 | 0.38 |
| Hex | 4A | 26 | 9B | 34 | 4B | 0 | 27 | 102 | 3D | 26 |
| Octal | 112 | 46 | 233 | 64 | 113 | 0 | 47 | 402 | 75 | 46 |
| Binary | 1001010 | 100110 | 10011011 | 110100 | 1001011 | 0 | 100111 | 100000010 | 111101 | 100110 |
Color Harmonies of #4A269B
Complementary color
Monochromatic Colors of #4A269B
Black with #4A269B
Text Example
Text Example
White with #4A269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A269B; }
p { color: rgb(74,38,155); }
H1.HeaderClassName
{
color: #4A269B;
}
.AnyTagClassName
{
color: #4A269B;
}
</style>
background-color css
<style>
a { background-color: #4A269B; }
a { background-color: rgb(74,38,155); }
div.DivClassName
{
background-color: #4A269B;
}
.BgClassName
{
background-color: #4A269B;
}
</style>
border-color css
<style>
span { border-color: #4A269B; }
span { border-color: rgb(74,38,155); }
td.TdClassName
{
border-color: #4A269B;
}
.TagClassName
{
border-color: #4A269B;
}
</style>