#4D3CAE

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

Shades of Blue Gem #4D3CAE

Tints of Blue Gem #4D3CAE

Color information

#4D3CAE (or 0x4D3CAE) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and AE. RGB value is (77,60,174). Sum of RGB (Red+Green+Blue) = 77+60+174=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CAE is #B2C351. Grayscale: #4D4D4D. Windows color (decimal): -11715410 or 11418701. OLE color: 11418701.

HSL color Cylindrical-coordinate representation of color #4D3CAE: hue angle of 248.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3CAE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7760174-
CMYK0.560.6600.32
HSL248.95º48.72%45.88%-
HSV(B)248.95º65.52%68.24%-
XYZ12.327.8740.91-
YUV78.08182.13127.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.76%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=24.76%
G=19.29%
B=55.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77601740.560.6600.32248.9548.7245.88
Hex4D3CAE3842020f9312e
Octal11574256701020403716156
Binary1001101111100101011101110001000010010000011111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,174); }

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

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

 a { background-color: rgb(77,60,174); }

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

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

 span { border-color: rgb(77,60,174); }

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