Shades of Blue Diamond #4D2269
Tints of Blue Diamond #4D2269
RGB
CMYK
RGB Variations
Color information
#4D2269 (or 0x4D2269) is known color: Blue Diamond. HEX triplet: 4D, 22 and 69. RGB value is (77,34,105). Sum of RGB (Red+Green+Blue) = 77+34+105=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2269 is #B2DD96. Grayscale: #363636. Windows color (decimal): -11722135 or 6890061. OLE color: 6890061.
HSL color Cylindrical-coordinate representation of color #4D2269: hue angle of 276.34º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2269 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 34 | 105 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.59 |
| HSL | 276.34º | 0.51% | 0.27% | - |
| HSV(B) | 276.34º | 0.68% | 0.41% | - |
| XYZ | 6.18 | 3.74 | 13.76 | - |
| YUV | 54.95 | 156.25 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 105 | 0.27 | 0.68 | 0 | 0.59 | 276.34 | 0.51 | 0.27 |
| Hex | 4D | 22 | 69 | 1B | 44 | 0 | 3B | 114 | 33 | 1B |
| Octal | 115 | 42 | 151 | 33 | 104 | 0 | 73 | 424 | 63 | 33 |
| Binary | 1001101 | 100010 | 1101001 | 11011 | 1000100 | 0 | 111011 | 100010100 | 110011 | 11011 |
Color Harmonies of #4D2269
Complementary color
Monochromatic Colors of #4D2269
Black with #4D2269
Text Example
Text Example
White with #4D2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2269; }
p { color: rgb(77,34,105); }
H1.HeaderClassName
{
color: #4D2269;
}
.AnyTagClassName
{
color: #4D2269;
}
</style>
background-color css
<style>
a { background-color: #4D2269; }
a { background-color: rgb(77,34,105); }
div.DivClassName
{
background-color: #4D2269;
}
.BgClassName
{
background-color: #4D2269;
}
</style>
border-color css
<style>
span { border-color: #4D2269; }
span { border-color: rgb(77,34,105); }
td.TdClassName
{
border-color: #4D2269;
}
.TagClassName
{
border-color: #4D2269;
}
</style>