Shades of Blue Diamond #4F226D
Tints of Blue Diamond #4F226D
RGB
CMYK
RGB Variations
Color information
#4F226D (or 0x4F226D) is known color: Blue Diamond. HEX triplet: 4F, 22 and 6D. RGB value is (79,34,109). Sum of RGB (Red+Green+Blue) = 79+34+109=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F226D is #B0DD92. Grayscale: #373737. Windows color (decimal): -11591059 or 7152207. OLE color: 7152207.
HSL color Cylindrical-coordinate representation of color #4F226D: hue angle of 276º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F226D is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 34 | 109 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.57 |
| HSL | 276º | 0.52% | 0.28% | - |
| HSV(B) | 276º | 0.69% | 0.43% | - |
| XYZ | 6.56 | 3.91 | 14.88 | - |
| YUV | 56.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 109 | 0.28 | 0.69 | 0 | 0.57 | 276 | 0.52 | 0.28 |
| Hex | 4F | 22 | 6D | 1C | 45 | 0 | 39 | 114 | 34 | 1C |
| Octal | 117 | 42 | 155 | 34 | 105 | 0 | 71 | 424 | 64 | 34 |
| Binary | 1001111 | 100010 | 1101101 | 11100 | 1000101 | 0 | 111001 | 100010100 | 110100 | 11100 |
Color Harmonies of #4F226D
Complementary color
Monochromatic Colors of #4F226D
Black with #4F226D
Text Example
Text Example
White with #4F226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F226D; }
p { color: rgb(79,34,109); }
H1.HeaderClassName
{
color: #4F226D;
}
.AnyTagClassName
{
color: #4F226D;
}
</style>
background-color css
<style>
a { background-color: #4F226D; }
a { background-color: rgb(79,34,109); }
div.DivClassName
{
background-color: #4F226D;
}
.BgClassName
{
background-color: #4F226D;
}
</style>
border-color css
<style>
span { border-color: #4F226D; }
span { border-color: rgb(79,34,109); }
td.TdClassName
{
border-color: #4F226D;
}
.TagClassName
{
border-color: #4F226D;
}
</style>