Shades of Rich Blue #4D4DAC
Tints of Rich Blue #4D4DAC
RGB
CMYK
RGB Variations
Color information
#4D4DAC (or 0x4D4DAC) is known color: Rich Blue. HEX triplet: 4D, 4D and AC. RGB value is (77,77,172). Sum of RGB (Red+Green+Blue) = 77+77+172=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D4DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4DAC is #B2B253. Grayscale: #575757. Windows color (decimal): -11711060 or 11291981. OLE color: 11291981.
HSL color Cylindrical-coordinate representation of color #4D4DAC: hue angle of 240º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4DAC is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 77 | 77 | 172 | - |
CMYK | 0.55 | 0.55 | 0 | 0.33 |
HSL | 240º | 0.38% | 0.49% | - |
HSV(B) | 240º | 0.55% | 0.67% | - |
XYZ | 13.16 | 9.86 | 40.24 | - |
YUV | 87.83 | 175.5 | 120.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 77 | 172 | 0.55 | 0.55 | 0 | 0.33 | 240 | 0.38 | 0.49 |
Hex | 4D | 4D | AC | 37 | 37 | 0 | 21 | F0 | 26 | 31 |
Octal | 115 | 115 | 254 | 67 | 67 | 0 | 41 | 360 | 46 | 61 |
Binary | 1001101 | 1001101 | 10101100 | 110111 | 110111 | 0 | 100001 | 11110000 | 100110 | 110001 |
Color Harmonies of #4D4DAC
Complementary color
Monochromatic Colors of #4D4DAC
Black with #4D4DAC
Text Example
Text Example
White with #4D4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4DAC; }
p { color: rgb(77,77,172); }
H1.HeaderClassName
{
color: #4D4DAC;
}
.AnyTagClassName
{
color: #4D4DAC;
}
</style>
background-color css
<style>
a { background-color: #4D4DAC; }
a { background-color: rgb(77,77,172); }
div.DivClassName
{
background-color: #4D4DAC;
}
.BgClassName
{
background-color: #4D4DAC;
}
</style>
border-color css
<style>
span { border-color: #4D4DAC; }
span { border-color: rgb(77,77,172); }
td.TdClassName
{
border-color: #4D4DAC;
}
.TagClassName
{
border-color: #4D4DAC;
}
</style>