Shades of Blue Diamond #4D2169
Tints of Blue Diamond #4D2169
RGB
CMYK
RGB Variations
Color information
#4D2169 (or 0x4D2169) is known color: Blue Diamond. HEX triplet: 4D, 21 and 69. RGB value is (77,33,105). Sum of RGB (Red+Green+Blue) = 77+33+105=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2169 is #B2DE96. Grayscale: #363636. Windows color (decimal): -11722391 or 6889805. OLE color: 6889805.
HSL color Cylindrical-coordinate representation of color #4D2169: hue angle of 276.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2169 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 33 | 105 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.59 |
| HSL | 276.67º | 0.52% | 0.27% | - |
| HSV(B) | 276.67º | 0.69% | 0.41% | - |
| XYZ | 6.15 | 3.69 | 13.75 | - |
| YUV | 54.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 105 | 0.27 | 0.69 | 0 | 0.59 | 276.67 | 0.52 | 0.27 |
| Hex | 4D | 21 | 69 | 1B | 45 | 0 | 3B | 115 | 34 | 1B |
| Octal | 115 | 41 | 151 | 33 | 105 | 0 | 73 | 425 | 64 | 33 |
| Binary | 1001101 | 100001 | 1101001 | 11011 | 1000101 | 0 | 111011 | 100010101 | 110100 | 11011 |
Color Harmonies of #4D2169
Complementary color
Monochromatic Colors of #4D2169
Black with #4D2169
Text Example
Text Example
White with #4D2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2169; }
p { color: rgb(77,33,105); }
H1.HeaderClassName
{
color: #4D2169;
}
.AnyTagClassName
{
color: #4D2169;
}
</style>
background-color css
<style>
a { background-color: #4D2169; }
a { background-color: rgb(77,33,105); }
div.DivClassName
{
background-color: #4D2169;
}
.BgClassName
{
background-color: #4D2169;
}
</style>
border-color css
<style>
span { border-color: #4D2169; }
span { border-color: rgb(77,33,105); }
td.TdClassName
{
border-color: #4D2169;
}
.TagClassName
{
border-color: #4D2169;
}
</style>