Shades of Blue Gem #4F28A5
Tints of Blue Gem #4F28A5
RGB
CMYK
RGB Variations
Color information
#4F28A5 (or 0x4F28A5) is known color: Blue Gem. HEX triplet: 4F, 28 and A5. RGB value is (79,40,165). Sum of RGB (Red+Green+Blue) = 79+40+165=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 165 (64.84% from 255 or 58.10% from 284); Max value from RGB is 165 - color contains mainly: blue. Hex color #4F28A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F28A5 is #B0D75A. Grayscale: #414141. Windows color (decimal): -11589467 or 10823759. OLE color: 10823759.
HSL color Cylindrical-coordinate representation of color #4F28A5: hue angle of 258.72º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F28A5 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 40 | 165 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.35 |
| HSL | 258.72º | 0.61% | 0.4% | - |
| HSV(B) | 258.72º | 0.76% | 0.65% | - |
| XYZ | 10.77 | 5.9 | 36.17 | - |
| YUV | 65.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 165 | 0.52 | 0.76 | 0 | 0.35 | 258.72 | 0.61 | 0.4 |
| Hex | 4F | 28 | A5 | 34 | 4C | 0 | 23 | 103 | 3D | 28 |
| Octal | 117 | 50 | 245 | 64 | 114 | 0 | 43 | 403 | 75 | 50 |
| Binary | 1001111 | 101000 | 10100101 | 110100 | 1001100 | 0 | 100011 | 100000011 | 111101 | 101000 |
Color Harmonies of #4F28A5
Complementary color
Monochromatic Colors of #4F28A5
Black with #4F28A5
Text Example
Text Example
White with #4F28A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28A5; }
p { color: rgb(79,40,165); }
H1.HeaderClassName
{
color: #4F28A5;
}
.AnyTagClassName
{
color: #4F28A5;
}
</style>
background-color css
<style>
a { background-color: #4F28A5; }
a { background-color: rgb(79,40,165); }
div.DivClassName
{
background-color: #4F28A5;
}
.BgClassName
{
background-color: #4F28A5;
}
</style>
border-color css
<style>
span { border-color: #4F28A5; }
span { border-color: rgb(79,40,165); }
td.TdClassName
{
border-color: #4F28A5;
}
.TagClassName
{
border-color: #4F28A5;
}
</style>