Shades of Blue Diamond #4F237C
Tints of Blue Diamond #4F237C
RGB
CMYK
RGB Variations
Color information
#4F237C (or 0x4F237C) is known color: Blue Diamond. HEX triplet: 4F, 23 and 7C. RGB value is (79,35,124). Sum of RGB (Red+Green+Blue) = 79+35+124=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F237C is #B0DC83. Grayscale: #393939. Windows color (decimal): -11590788 or 8135503. OLE color: 8135503.
HSL color Cylindrical-coordinate representation of color #4F237C: hue angle of 269.66º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F237C is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 35 | 124 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.51 |
| HSL | 269.66º | 0.56% | 0.31% | - |
| HSV(B) | 269.66º | 0.72% | 0.49% | - |
| XYZ | 7.46 | 4.32 | 19.51 | - |
| YUV | 58.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 124 | 0.36 | 0.72 | 0 | 0.51 | 269.66 | 0.56 | 0.31 |
| Hex | 4F | 23 | 7C | 24 | 48 | 0 | 33 | 10E | 38 | 1F |
| Octal | 117 | 43 | 174 | 44 | 110 | 0 | 63 | 416 | 70 | 37 |
| Binary | 1001111 | 100011 | 1111100 | 100100 | 1001000 | 0 | 110011 | 100001110 | 111000 | 11111 |
Color Harmonies of #4F237C
Complementary color
Monochromatic Colors of #4F237C
Black with #4F237C
Text Example
Text Example
White with #4F237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F237C; }
p { color: rgb(79,35,124); }
H1.HeaderClassName
{
color: #4F237C;
}
.AnyTagClassName
{
color: #4F237C;
}
</style>
background-color css
<style>
a { background-color: #4F237C; }
a { background-color: rgb(79,35,124); }
div.DivClassName
{
background-color: #4F237C;
}
.BgClassName
{
background-color: #4F237C;
}
</style>
border-color css
<style>
span { border-color: #4F237C; }
span { border-color: rgb(79,35,124); }
td.TdClassName
{
border-color: #4F237C;
}
.TagClassName
{
border-color: #4F237C;
}
</style>