Shades of Blue Diamond #4A286F
Tints of Blue Diamond #4A286F
RGB
CMYK
RGB Variations
Color information
#4A286F (or 0x4A286F) is known color: Blue Diamond. HEX triplet: 4A, 28 and 6F. RGB value is (74,40,111). Sum of RGB (Red+Green+Blue) = 74+40+111=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A286F is #B5D790. Grayscale: #3A3A3A. Windows color (decimal): -11917201 or 7284810. OLE color: 7284810.
HSL color Cylindrical-coordinate representation of color #4A286F: hue angle of 268.73º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A286F is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 40 | 111 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.56 |
| HSL | 268.73º | 0.47% | 0.3% | - |
| HSV(B) | 268.73º | 0.64% | 0.44% | - |
| XYZ | 6.45 | 4.12 | 15.49 | - |
| YUV | 58.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 111 | 0.33 | 0.64 | 0 | 0.56 | 268.73 | 0.47 | 0.3 |
| Hex | 4A | 28 | 6F | 21 | 40 | 0 | 38 | 10D | 2F | 1E |
| Octal | 112 | 50 | 157 | 41 | 100 | 0 | 70 | 415 | 57 | 36 |
| Binary | 1001010 | 101000 | 1101111 | 100001 | 1000000 | 0 | 111000 | 100001101 | 101111 | 11110 |
Color Harmonies of #4A286F
Complementary color
Monochromatic Colors of #4A286F
Black with #4A286F
Text Example
Text Example
White with #4A286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A286F; }
p { color: rgb(74,40,111); }
H1.HeaderClassName
{
color: #4A286F;
}
.AnyTagClassName
{
color: #4A286F;
}
</style>
background-color css
<style>
a { background-color: #4A286F; }
a { background-color: rgb(74,40,111); }
div.DivClassName
{
background-color: #4A286F;
}
.BgClassName
{
background-color: #4A286F;
}
</style>
border-color css
<style>
span { border-color: #4A286F; }
span { border-color: rgb(74,40,111); }
td.TdClassName
{
border-color: #4A286F;
}
.TagClassName
{
border-color: #4A286F;
}
</style>