Shades of Blue Diamond #4F266D
Tints of Blue Diamond #4F266D
RGB
CMYK
RGB Variations
Color information
#4F266D (or 0x4F266D) is known color: Blue Diamond. HEX triplet: 4F, 26 and 6D. RGB value is (79,38,109). Sum of RGB (Red+Green+Blue) = 79+38+109=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #4F266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F266D is #B0D992. Grayscale: #3A3A3A. Windows color (decimal): -11590035 or 7153231. OLE color: 7153231.
HSL color Cylindrical-coordinate representation of color #4F266D: hue angle of 274.65º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F266D is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 79 | 38 | 109 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.57 |
| HSL | 274.65º | 0.48% | 0.29% | - |
| HSV(B) | 274.65º | 0.65% | 0.43% | - |
| XYZ | 6.68 | 4.15 | 14.92 | - |
| YUV | 58.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 109 | 0.28 | 0.65 | 0 | 0.57 | 274.65 | 0.48 | 0.29 |
| Hex | 4F | 26 | 6D | 1C | 41 | 0 | 39 | 113 | 30 | 1D |
| Octal | 117 | 46 | 155 | 34 | 101 | 0 | 71 | 423 | 60 | 35 |
| Binary | 1001111 | 100110 | 1101101 | 11100 | 1000001 | 0 | 111001 | 100010011 | 110000 | 11101 |
Color Harmonies of #4F266D
Complementary color
Monochromatic Colors of #4F266D
Black with #4F266D
Text Example
Text Example
White with #4F266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F266D; }
p { color: rgb(79,38,109); }
H1.HeaderClassName
{
color: #4F266D;
}
.AnyTagClassName
{
color: #4F266D;
}
</style>
background-color css
<style>
a { background-color: #4F266D; }
a { background-color: rgb(79,38,109); }
div.DivClassName
{
background-color: #4F266D;
}
.BgClassName
{
background-color: #4F266D;
}
</style>
border-color css
<style>
span { border-color: #4F266D; }
span { border-color: rgb(79,38,109); }
td.TdClassName
{
border-color: #4F266D;
}
.TagClassName
{
border-color: #4F266D;
}
</style>