Shades of Blue Diamond #4F266C
Tints of Blue Diamond #4F266C
RGB
CMYK
RGB Variations
Color information
#4F266C (or 0x4F266C) is known color: Blue Diamond. HEX triplet: 4F, 26 and 6C. RGB value is (79,38,108). Sum of RGB (Red+Green+Blue) = 79+38+108=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F266C is #B0D993. Grayscale: #3A3A3A. Windows color (decimal): -11590036 or 7087695. OLE color: 7087695.
HSL color Cylindrical-coordinate representation of color #4F266C: hue angle of 275.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F266C is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 38 | 108 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.58 |
| HSL | 275.14º | 0.48% | 0.29% | - |
| HSV(B) | 275.14º | 0.65% | 0.42% | - |
| XYZ | 6.62 | 4.13 | 14.64 | - |
| YUV | 58.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 108 | 0.27 | 0.65 | 0 | 0.58 | 275.14 | 0.48 | 0.29 |
| Hex | 4F | 26 | 6C | 1B | 41 | 0 | 3A | 113 | 30 | 1D |
| Octal | 117 | 46 | 154 | 33 | 101 | 0 | 72 | 423 | 60 | 35 |
| Binary | 1001111 | 100110 | 1101100 | 11011 | 1000001 | 0 | 111010 | 100010011 | 110000 | 11101 |
Color Harmonies of #4F266C
Complementary color
Monochromatic Colors of #4F266C
Black with #4F266C
Text Example
Text Example
White with #4F266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F266C; }
p { color: rgb(79,38,108); }
H1.HeaderClassName
{
color: #4F266C;
}
.AnyTagClassName
{
color: #4F266C;
}
</style>
background-color css
<style>
a { background-color: #4F266C; }
a { background-color: rgb(79,38,108); }
div.DivClassName
{
background-color: #4F266C;
}
.BgClassName
{
background-color: #4F266C;
}
</style>
border-color css
<style>
span { border-color: #4F266C; }
span { border-color: rgb(79,38,108); }
td.TdClassName
{
border-color: #4F266C;
}
.TagClassName
{
border-color: #4F266C;
}
</style>