Shades of Blue Diamond #4F296D
Tints of Blue Diamond #4F296D
RGB
CMYK
RGB Variations
Color information
#4F296D (or 0x4F296D) is known color: Blue Diamond. HEX triplet: 4F, 29 and 6D. RGB value is (79,41,109). Sum of RGB (Red+Green+Blue) = 79+41+109=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F296D is #B0D692. Grayscale: #3B3B3B. Windows color (decimal): -11589267 or 7153999. OLE color: 7153999.
HSL color Cylindrical-coordinate representation of color #4F296D: hue angle of 273.53º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F296D is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 41 | 109 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.57 |
| HSL | 273.53º | 0.45% | 0.29% | - |
| HSV(B) | 273.53º | 0.62% | 0.43% | - |
| XYZ | 6.78 | 4.35 | 14.95 | - |
| YUV | 60.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 109 | 0.28 | 0.62 | 0 | 0.57 | 273.53 | 0.45 | 0.29 |
| Hex | 4F | 29 | 6D | 1C | 3E | 0 | 39 | 112 | 2D | 1D |
| Octal | 117 | 51 | 155 | 34 | 76 | 0 | 71 | 422 | 55 | 35 |
| Binary | 1001111 | 101001 | 1101101 | 11100 | 111110 | 0 | 111001 | 100010010 | 101101 | 11101 |
Color Harmonies of #4F296D
Complementary color
Monochromatic Colors of #4F296D
Black with #4F296D
Text Example
Text Example
White with #4F296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F296D; }
p { color: rgb(79,41,109); }
H1.HeaderClassName
{
color: #4F296D;
}
.AnyTagClassName
{
color: #4F296D;
}
</style>
background-color css
<style>
a { background-color: #4F296D; }
a { background-color: rgb(79,41,109); }
div.DivClassName
{
background-color: #4F296D;
}
.BgClassName
{
background-color: #4F296D;
}
</style>
border-color css
<style>
span { border-color: #4F296D; }
span { border-color: rgb(79,41,109); }
td.TdClassName
{
border-color: #4F296D;
}
.TagClassName
{
border-color: #4F296D;
}
</style>