Shades of Blue Diamond #4A336A
Tints of Blue Diamond #4A336A
RGB
CMYK
RGB Variations
Color information
#4A336A (or 0x4A336A) is known color: Blue Diamond. HEX triplet: 4A, 33 and 6A. RGB value is (74,51,106). Sum of RGB (Red+Green+Blue) = 74+51+106=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #4A336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A336A is #B5CC95. Grayscale: #3F3F3F. Windows color (decimal): -11914390 or 6959946. OLE color: 6959946.
HSL color Cylindrical-coordinate representation of color #4A336A: hue angle of 265.09º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A336A is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 51 | 106 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.58 |
| HSL | 265.09º | 0.35% | 0.31% | - |
| HSV(B) | 265.09º | 0.52% | 0.42% | - |
| XYZ | 6.61 | 4.86 | 14.23 | - |
| YUV | 64.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 106 | 0.30 | 0.52 | 0 | 0.58 | 265.09 | 0.35 | 0.31 |
| Hex | 4A | 33 | 6A | 1E | 34 | 0 | 3A | 109 | 23 | 1F |
| Octal | 112 | 63 | 152 | 36 | 64 | 0 | 72 | 411 | 43 | 37 |
| Binary | 1001010 | 110011 | 1101010 | 11110 | 110100 | 0 | 111010 | 100001001 | 100011 | 11111 |
Color Harmonies of #4A336A
Complementary color
Monochromatic Colors of #4A336A
Black with #4A336A
Text Example
Text Example
White with #4A336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A336A; }
p { color: rgb(74,51,106); }
H1.HeaderClassName
{
color: #4A336A;
}
.AnyTagClassName
{
color: #4A336A;
}
</style>
background-color css
<style>
a { background-color: #4A336A; }
a { background-color: rgb(74,51,106); }
div.DivClassName
{
background-color: #4A336A;
}
.BgClassName
{
background-color: #4A336A;
}
</style>
border-color css
<style>
span { border-color: #4A336A; }
span { border-color: rgb(74,51,106); }
td.TdClassName
{
border-color: #4A336A;
}
.TagClassName
{
border-color: #4A336A;
}
</style>