Shades of Blue Diamond #4F256C
Tints of Blue Diamond #4F256C
RGB
CMYK
RGB Variations
Color information
#4F256C (or 0x4F256C) is known color: Blue Diamond. HEX triplet: 4F, 25 and 6C. RGB value is (79,37,108). Sum of RGB (Red+Green+Blue) = 79+37+108=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #4F256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F256C is #B0DA93. Grayscale: #393939. Windows color (decimal): -11590292 or 7087439. OLE color: 7087439.
HSL color Cylindrical-coordinate representation of color #4F256C: hue angle of 275.49º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F256C is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 37 | 108 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.58 |
| HSL | 275.49º | 0.49% | 0.28% | - |
| HSV(B) | 275.49º | 0.66% | 0.42% | - |
| XYZ | 6.59 | 4.07 | 14.63 | - |
| YUV | 57.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 108 | 0.27 | 0.66 | 0 | 0.58 | 275.49 | 0.49 | 0.28 |
| Hex | 4F | 25 | 6C | 1B | 42 | 0 | 3A | 113 | 31 | 1C |
| Octal | 117 | 45 | 154 | 33 | 102 | 0 | 72 | 423 | 61 | 34 |
| Binary | 1001111 | 100101 | 1101100 | 11011 | 1000010 | 0 | 111010 | 100010011 | 110001 | 11100 |
Color Harmonies of #4F256C
Complementary color
Monochromatic Colors of #4F256C
Black with #4F256C
Text Example
Text Example
White with #4F256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F256C; }
p { color: rgb(79,37,108); }
H1.HeaderClassName
{
color: #4F256C;
}
.AnyTagClassName
{
color: #4F256C;
}
</style>
background-color css
<style>
a { background-color: #4F256C; }
a { background-color: rgb(79,37,108); }
div.DivClassName
{
background-color: #4F256C;
}
.BgClassName
{
background-color: #4F256C;
}
</style>
border-color css
<style>
span { border-color: #4F256C; }
span { border-color: rgb(79,37,108); }
td.TdClassName
{
border-color: #4F256C;
}
.TagClassName
{
border-color: #4F256C;
}
</style>