Shades of Blue Diamond #4A256C
Tints of Blue Diamond #4A256C
RGB
CMYK
RGB Variations
Color information
#4A256C (or 0x4A256C) is known color: Blue Diamond. HEX triplet: 4A, 25 and 6C. RGB value is (74,37,108). Sum of RGB (Red+Green+Blue) = 74+37+108=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A256C is #B5DA93. Grayscale: #373737. Windows color (decimal): -11917972 or 7087434. OLE color: 7087434.
HSL color Cylindrical-coordinate representation of color #4A256C: hue angle of 271.27º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A256C is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 37 | 108 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.58 |
| HSL | 271.27º | 0.49% | 0.28% | - |
| HSV(B) | 271.27º | 0.66% | 0.42% | - |
| XYZ | 6.19 | 3.86 | 14.61 | - |
| YUV | 56.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 108 | 0.31 | 0.66 | 0 | 0.58 | 271.27 | 0.49 | 0.28 |
| Hex | 4A | 25 | 6C | 1F | 42 | 0 | 3A | 10F | 31 | 1C |
| Octal | 112 | 45 | 154 | 37 | 102 | 0 | 72 | 417 | 61 | 34 |
| Binary | 1001010 | 100101 | 1101100 | 11111 | 1000010 | 0 | 111010 | 100001111 | 110001 | 11100 |
Color Harmonies of #4A256C
Complementary color
Monochromatic Colors of #4A256C
Black with #4A256C
Text Example
Text Example
White with #4A256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A256C; }
p { color: rgb(74,37,108); }
H1.HeaderClassName
{
color: #4A256C;
}
.AnyTagClassName
{
color: #4A256C;
}
</style>
background-color css
<style>
a { background-color: #4A256C; }
a { background-color: rgb(74,37,108); }
div.DivClassName
{
background-color: #4A256C;
}
.BgClassName
{
background-color: #4A256C;
}
</style>
border-color css
<style>
span { border-color: #4A256C; }
span { border-color: rgb(74,37,108); }
td.TdClassName
{
border-color: #4A256C;
}
.TagClassName
{
border-color: #4A256C;
}
</style>