#4D3495

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

Shades of Blue Gem #4D3495

Tints of Blue Gem #4D3495

Color information

#4D3495 (or 0x4D3495) is unknown color: approx Blue Gem. HEX triplet: 4D, 34 and 95. RGB value is (77,52,149). Sum of RGB (Red+Green+Blue) = 77+52+149=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D3495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3495 is #B2CB6A. Grayscale: #464646. Windows color (decimal): -11717483 or 9778253. OLE color: 9778253.

HSL color Cylindrical-coordinate representation of color #4D3495: hue angle of 255.46º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3495 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7752149-
CMYK0.480.6500.42
HSL255.46º48.26%39.41%-
HSV(B)255.46º65.1%58.43%-
XYZ9.716.229.12-
YUV70.53172.28132.61-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=27.70%
G=18.71%
B=53.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77521490.480.6500.42255.4648.2639.41
Hex4D3495304102Aff3027
Octal11564225601010523776047
Binary1001101110100100101011100001000001010101011111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,149); }

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

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

 a { background-color: rgb(77,52,149); }

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

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

 span { border-color: rgb(77,52,149); }

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