Shades of Blue Diamond #4D2369
Tints of Blue Diamond #4D2369
RGB
CMYK
RGB Variations
Color information
#4D2369 (or 0x4D2369) is known color: Blue Diamond. HEX triplet: 4D, 23 and 69. RGB value is (77,35,105). Sum of RGB (Red+Green+Blue) = 77+35+105=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2369 is #B2DC96. Grayscale: #373737. Windows color (decimal): -11721879 or 6890317. OLE color: 6890317.
HSL color Cylindrical-coordinate representation of color #4D2369: hue angle of 276º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2369 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 35 | 105 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.59 |
| HSL | 276º | 0.5% | 0.27% | - |
| HSV(B) | 276º | 0.67% | 0.41% | - |
| XYZ | 6.21 | 3.8 | 13.77 | - |
| YUV | 55.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 105 | 0.27 | 0.67 | 0 | 0.59 | 276 | 0.5 | 0.27 |
| Hex | 4D | 23 | 69 | 1B | 43 | 0 | 3B | 114 | 32 | 1B |
| Octal | 115 | 43 | 151 | 33 | 103 | 0 | 73 | 424 | 62 | 33 |
| Binary | 1001101 | 100011 | 1101001 | 11011 | 1000011 | 0 | 111011 | 100010100 | 110010 | 11011 |
Color Harmonies of #4D2369
Complementary color
Monochromatic Colors of #4D2369
Black with #4D2369
Text Example
Text Example
White with #4D2369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2369; }
p { color: rgb(77,35,105); }
H1.HeaderClassName
{
color: #4D2369;
}
.AnyTagClassName
{
color: #4D2369;
}
</style>
background-color css
<style>
a { background-color: #4D2369; }
a { background-color: rgb(77,35,105); }
div.DivClassName
{
background-color: #4D2369;
}
.BgClassName
{
background-color: #4D2369;
}
</style>
border-color css
<style>
span { border-color: #4D2369; }
span { border-color: rgb(77,35,105); }
td.TdClassName
{
border-color: #4D2369;
}
.TagClassName
{
border-color: #4D2369;
}
</style>