Shades of Blue Diamond #4F3673
Tints of Blue Diamond #4F3673
RGB
CMYK
RGB Variations
Color information
#4F3673 (or 0x4F3673) is known color: Blue Diamond. HEX triplet: 4F, 36 and 73. RGB value is (79,54,115). Sum of RGB (Red+Green+Blue) = 79+54+115=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 115 - color contains mainly: blue. Hex color #4F3673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3673 is #B0C98C. Grayscale: #444444. Windows color (decimal): -11585933 or 7550543. OLE color: 7550543.
HSL color Cylindrical-coordinate representation of color #4F3673: hue angle of 264.59º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F3673 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 54 | 115 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.55 |
| HSL | 264.59º | 0.36% | 0.33% | - |
| HSV(B) | 264.59º | 0.53% | 0.45% | - |
| XYZ | 7.64 | 5.54 | 16.89 | - |
| YUV | 68.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 115 | 0.31 | 0.53 | 0 | 0.55 | 264.59 | 0.36 | 0.33 |
| Hex | 4F | 36 | 73 | 1F | 35 | 0 | 37 | 109 | 24 | 21 |
| Octal | 117 | 66 | 163 | 37 | 65 | 0 | 67 | 411 | 44 | 41 |
| Binary | 1001111 | 110110 | 1110011 | 11111 | 110101 | 0 | 110111 | 100001001 | 100100 | 100001 |
Color Harmonies of #4F3673
Complementary color
Monochromatic Colors of #4F3673
Black with #4F3673
Text Example
Text Example
White with #4F3673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3673; }
p { color: rgb(79,54,115); }
H1.HeaderClassName
{
color: #4F3673;
}
.AnyTagClassName
{
color: #4F3673;
}
</style>
background-color css
<style>
a { background-color: #4F3673; }
a { background-color: rgb(79,54,115); }
div.DivClassName
{
background-color: #4F3673;
}
.BgClassName
{
background-color: #4F3673;
}
</style>
border-color css
<style>
span { border-color: #4F3673; }
span { border-color: rgb(79,54,115); }
td.TdClassName
{
border-color: #4F3673;
}
.TagClassName
{
border-color: #4F3673;
}
</style>