Shades of Blue Diamond #4A336B
Tints of Blue Diamond #4A336B
RGB
CMYK
RGB Variations
Color information
#4A336B (or 0x4A336B) is known color: Blue Diamond. HEX triplet: 4A, 33 and 6B. RGB value is (74,51,107). Sum of RGB (Red+Green+Blue) = 74+51+107=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A336B is #B5CC94. Grayscale: #404040. Windows color (decimal): -11914389 or 7025482. OLE color: 7025482.
HSL color Cylindrical-coordinate representation of color #4A336B: hue angle of 264.64º 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 #4A336B is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 51 | 107 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.58 |
| HSL | 264.64º | 0.35% | 0.31% | - |
| HSV(B) | 264.64º | 0.52% | 0.42% | - |
| XYZ | 6.66 | 4.89 | 14.5 | - |
| YUV | 64.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 51 | 107 | 0.31 | 0.52 | 0 | 0.58 | 264.64 | 0.35 | 0.31 |
| Hex | 4A | 33 | 6B | 1F | 34 | 0 | 3A | 109 | 23 | 1F |
| Octal | 112 | 63 | 153 | 37 | 64 | 0 | 72 | 411 | 43 | 37 |
| Binary | 1001010 | 110011 | 1101011 | 11111 | 110100 | 0 | 111010 | 100001001 | 100011 | 11111 |
Color Harmonies of #4A336B
Complementary color
Monochromatic Colors of #4A336B
Black with #4A336B
Text Example
Text Example
White with #4A336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A336B; }
p { color: rgb(74,51,107); }
H1.HeaderClassName
{
color: #4A336B;
}
.AnyTagClassName
{
color: #4A336B;
}
</style>
background-color css
<style>
a { background-color: #4A336B; }
a { background-color: rgb(74,51,107); }
div.DivClassName
{
background-color: #4A336B;
}
.BgClassName
{
background-color: #4A336B;
}
</style>
border-color css
<style>
span { border-color: #4A336B; }
span { border-color: rgb(74,51,107); }
td.TdClassName
{
border-color: #4A336B;
}
.TagClassName
{
border-color: #4A336B;
}
</style>