#4D49B7

Color #4D49B7 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4D49B7

Tints of Rich Blue #4D49B7

Color information

#4D49B7 (or 0x4D49B7) is unknown color: approx Rich Blue. HEX triplet: 4D, 49 and B7. RGB value is (77,73,183). Sum of RGB (Red+Green+Blue) = 77+73+183=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 183 (71.88% from 255 or 54.95% from 333); Max value from RGB is 183 - color contains mainly: blue. Hex color #4D49B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49B7 is #B2B648. Grayscale: #565656. Windows color (decimal): -11712073 or 12011853. OLE color: 12011853.

HSL color Cylindrical-coordinate representation of color #4D49B7: hue angle of 242.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D49B7 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7773183-
CMYK0.580.6000.28
HSL242.18º43.31%50.2%-
HSV(B)242.18º60.11%71.76%-
XYZ13.999.7645.95-
YUV86.74182.33121.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 183 (71.88% from 255) = 54.95%
R=23.12%
G=21.92%
B=54.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal77731830.580.6000.28242.1843.3150.2
Hex4D49B73A3C01Cf22b32
Octal11511126772740343625362
Binary100110110010011011011111101011110001110011110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D49B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D49B7; }

 p { color: rgb(77,73,183); }

 H1.HeaderClassName
 {
   color: #4D49B7;
 }
 .AnyTagClassName
 {
   color: #4D49B7;
 }
</style>
background-color css

<style>
 a { background-color: #4D49B7; }

 a { background-color: rgb(77,73,183); }

 div.DivClassName
 {
   background-color: #4D49B7;
 }
 .BgClassName
 {
   background-color: #4D49B7;
 }
</style>
border-color css

<style>
 span { border-color: #4D49B7; }

 span { border-color: rgb(77,73,183); }

 td.TdClassName
 {
   border-color: #4D49B7;
 }
 .TagClassName
 {
   border-color: #4D49B7;
 }
</style>