Shades of Blue Diamond #4F336C
Tints of Blue Diamond #4F336C
RGB
CMYK
RGB Variations
Color information
#4F336C (or 0x4F336C) is known color: Blue Diamond. HEX triplet: 4F, 33 and 6C. RGB value is (79,51,108). Sum of RGB (Red+Green+Blue) = 79+51+108=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F336C is #B0CC93. Grayscale: #414141. Windows color (decimal): -11586708 or 7091023. OLE color: 7091023.
HSL color Cylindrical-coordinate representation of color #4F336C: hue angle of 269.47º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F336C is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 51 | 108 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.58 |
| HSL | 269.47º | 0.36% | 0.31% | - |
| HSV(B) | 269.47º | 0.53% | 0.42% | - |
| XYZ | 7.12 | 5.11 | 14.8 | - |
| YUV | 65.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 51 | 108 | 0.27 | 0.53 | 0 | 0.58 | 269.47 | 0.36 | 0.31 |
| Hex | 4F | 33 | 6C | 1B | 35 | 0 | 3A | 10D | 24 | 1F |
| Octal | 117 | 63 | 154 | 33 | 65 | 0 | 72 | 415 | 44 | 37 |
| Binary | 1001111 | 110011 | 1101100 | 11011 | 110101 | 0 | 111010 | 100001101 | 100100 | 11111 |
Color Harmonies of #4F336C
Complementary color
Monochromatic Colors of #4F336C
Black with #4F336C
Text Example
Text Example
White with #4F336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F336C; }
p { color: rgb(79,51,108); }
H1.HeaderClassName
{
color: #4F336C;
}
.AnyTagClassName
{
color: #4F336C;
}
</style>
background-color css
<style>
a { background-color: #4F336C; }
a { background-color: rgb(79,51,108); }
div.DivClassName
{
background-color: #4F336C;
}
.BgClassName
{
background-color: #4F336C;
}
</style>
border-color css
<style>
span { border-color: #4F336C; }
span { border-color: rgb(79,51,108); }
td.TdClassName
{
border-color: #4F336C;
}
.TagClassName
{
border-color: #4F336C;
}
</style>