Shades of Blue Gem #4A369F
Tints of Blue Gem #4A369F
RGB
CMYK
RGB Variations
Color information
#4A369F (or 0x4A369F) is known color: Blue Gem. HEX triplet: 4A, 36 and 9F. RGB value is (74,54,159). Sum of RGB (Red+Green+Blue) = 74+54+159=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A369F is #B5C960. Grayscale: #474747. Windows color (decimal): -11913569 or 10434122. OLE color: 10434122.
HSL color Cylindrical-coordinate representation of color #4A369F: hue angle of 251.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A369F is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 74 | 54 | 159 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.38 |
| HSL | 251.43º | 0.49% | 0.42% | - |
| HSV(B) | 251.43º | 0.66% | 0.62% | - |
| XYZ | 10.4 | 6.6 | 33.53 | - |
| YUV | 71.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 159 | 0.53 | 0.66 | 0 | 0.38 | 251.43 | 0.49 | 0.42 |
| Hex | 4A | 36 | 9F | 35 | 42 | 0 | 26 | FB | 31 | 2A |
| Octal | 112 | 66 | 237 | 65 | 102 | 0 | 46 | 373 | 61 | 52 |
| Binary | 1001010 | 110110 | 10011111 | 110101 | 1000010 | 0 | 100110 | 11111011 | 110001 | 101010 |
Color Harmonies of #4A369F
Complementary color
Monochromatic Colors of #4A369F
Black with #4A369F
Text Example
Text Example
White with #4A369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A369F; }
p { color: rgb(74,54,159); }
H1.HeaderClassName
{
color: #4A369F;
}
.AnyTagClassName
{
color: #4A369F;
}
</style>
background-color css
<style>
a { background-color: #4A369F; }
a { background-color: rgb(74,54,159); }
div.DivClassName
{
background-color: #4A369F;
}
.BgClassName
{
background-color: #4A369F;
}
</style>
border-color css
<style>
span { border-color: #4A369F; }
span { border-color: rgb(74,54,159); }
td.TdClassName
{
border-color: #4A369F;
}
.TagClassName
{
border-color: #4A369F;
}
</style>