Shades of Blue Diamond #4F227C
Tints of Blue Diamond #4F227C
RGB
CMYK
RGB Variations
Color information
#4F227C (or 0x4F227C) is known color: Blue Diamond. HEX triplet: 4F, 22 and 7C. RGB value is (79,34,124). Sum of RGB (Red+Green+Blue) = 79+34+124=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F227C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F227C is #B0DD83. Grayscale: #393939. Windows color (decimal): -11591044 or 8135247. OLE color: 8135247.
HSL color Cylindrical-coordinate representation of color #4F227C: hue angle of 270º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F227C is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 34 | 124 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.51 |
| HSL | 270º | 0.57% | 0.31% | - |
| HSV(B) | 270º | 0.73% | 0.49% | - |
| XYZ | 7.43 | 4.26 | 19.5 | - |
| YUV | 57.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 124 | 0.36 | 0.73 | 0 | 0.51 | 270 | 0.57 | 0.31 |
| Hex | 4F | 22 | 7C | 24 | 49 | 0 | 33 | 10E | 39 | 1F |
| Octal | 117 | 42 | 174 | 44 | 111 | 0 | 63 | 416 | 71 | 37 |
| Binary | 1001111 | 100010 | 1111100 | 100100 | 1001001 | 0 | 110011 | 100001110 | 111001 | 11111 |
Color Harmonies of #4F227C
Complementary color
Monochromatic Colors of #4F227C
Black with #4F227C
Text Example
Text Example
White with #4F227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F227C; }
p { color: rgb(79,34,124); }
H1.HeaderClassName
{
color: #4F227C;
}
.AnyTagClassName
{
color: #4F227C;
}
</style>
background-color css
<style>
a { background-color: #4F227C; }
a { background-color: rgb(79,34,124); }
div.DivClassName
{
background-color: #4F227C;
}
.BgClassName
{
background-color: #4F227C;
}
</style>
border-color css
<style>
span { border-color: #4F227C; }
span { border-color: rgb(79,34,124); }
td.TdClassName
{
border-color: #4F227C;
}
.TagClassName
{
border-color: #4F227C;
}
</style>