Shades of Rich Blue #4F4CBB
Tints of Rich Blue #4F4CBB
RGB
CMYK
RGB Variations
Color information
#4F4CBB (or 0x4F4CBB) is known color: Rich Blue. HEX triplet: 4F, 4C and BB. RGB value is (79,76,187). Sum of RGB (Red+Green+Blue) = 79+76+187=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #4F4CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CBB is #B0B344. Grayscale: #595959. Windows color (decimal): -11580229 or 12274767. OLE color: 12274767.
HSL color Cylindrical-coordinate representation of color #4F4CBB: hue angle of 241.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F4CBB is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 76 | 187 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.27 |
| HSL | 241.62º | 0.45% | 0.52% | - |
| HSV(B) | 241.62º | 0.59% | 0.73% | - |
| XYZ | 14.78 | 10.42 | 48.25 | - |
| YUV | 89.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 76 | 187 | 0.58 | 0.59 | 0 | 0.27 | 241.62 | 0.45 | 0.52 |
| Hex | 4F | 4C | BB | 3A | 3B | 0 | 1B | F2 | 2D | 34 |
| Octal | 117 | 114 | 273 | 72 | 73 | 0 | 33 | 362 | 55 | 64 |
| Binary | 1001111 | 1001100 | 10111011 | 111010 | 111011 | 0 | 11011 | 11110010 | 101101 | 110100 |
Color Harmonies of #4F4CBB
Complementary color
Monochromatic Colors of #4F4CBB
Black with #4F4CBB
Text Example
Text Example
White with #4F4CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4CBB; }
p { color: rgb(79,76,187); }
H1.HeaderClassName
{
color: #4F4CBB;
}
.AnyTagClassName
{
color: #4F4CBB;
}
</style>
background-color css
<style>
a { background-color: #4F4CBB; }
a { background-color: rgb(79,76,187); }
div.DivClassName
{
background-color: #4F4CBB;
}
.BgClassName
{
background-color: #4F4CBB;
}
</style>
border-color css
<style>
span { border-color: #4F4CBB; }
span { border-color: rgb(79,76,187); }
td.TdClassName
{
border-color: #4F4CBB;
}
.TagClassName
{
border-color: #4F4CBB;
}
</style>