Shades of Rich Blue #4F4AB4
Tints of Rich Blue #4F4AB4
RGB
CMYK
RGB Variations
Color information
#4F4AB4 (or 0x4F4AB4) is known color: Rich Blue. HEX triplet: 4F, 4A and B4. RGB value is (79,74,180). Sum of RGB (Red+Green+Blue) = 79+74+180=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F4AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4AB4 is #B0B54B. Grayscale: #575757. Windows color (decimal): -11580748 or 11815503. OLE color: 11815503.
HSL color Cylindrical-coordinate representation of color #4F4AB4: hue angle of 242.83º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4AB4 is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 79 | 74 | 180 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.29 |
| HSL | 242.83º | 0.42% | 0.5% | - |
| HSV(B) | 242.83º | 0.59% | 0.71% | - |
| XYZ | 13.91 | 9.86 | 44.35 | - |
| YUV | 87.58 | 180.16 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 180 | 0.56 | 0.59 | 0 | 0.29 | 242.83 | 0.42 | 0.5 |
| Hex | 4F | 4A | B4 | 38 | 3B | 0 | 1D | F3 | 2A | 32 |
| Octal | 117 | 112 | 264 | 70 | 73 | 0 | 35 | 363 | 52 | 62 |
| Binary | 1001111 | 1001010 | 10110100 | 111000 | 111011 | 0 | 11101 | 11110011 | 101010 | 110010 |
Color Harmonies of #4F4AB4
Complementary color
Monochromatic Colors of #4F4AB4
Black with #4F4AB4
Text Example
Text Example
White with #4F4AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4AB4; }
p { color: rgb(79,74,180); }
H1.HeaderClassName
{
color: #4F4AB4;
}
.AnyTagClassName
{
color: #4F4AB4;
}
</style>
background-color css
<style>
a { background-color: #4F4AB4; }
a { background-color: rgb(79,74,180); }
div.DivClassName
{
background-color: #4F4AB4;
}
.BgClassName
{
background-color: #4F4AB4;
}
</style>
border-color css
<style>
span { border-color: #4F4AB4; }
span { border-color: rgb(79,74,180); }
td.TdClassName
{
border-color: #4F4AB4;
}
.TagClassName
{
border-color: #4F4AB4;
}
</style>