#4D2395

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

Shades of Blue Gem #4D2395

Tints of Blue Gem #4D2395

Color information

#4D2395 (or 0x4D2395) is unknown color: approx Blue Gem. HEX triplet: 4D, 23 and 95. RGB value is (77,35,149). Sum of RGB (Red+Green+Blue) = 77+35+149=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D2395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2395 is #B2DC6A. Grayscale: #3C3C3C. Windows color (decimal): -11721835 or 9773901. OLE color: 9773901.

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

Color convert

RGB7735149-
CMYK0.480.7700.42
HSL262.11º61.96%36.08%-
HSV(B)262.11º76.51%58.43%-
XYZ9.094.9528.91-
YUV60.55177.91139.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.50%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=29.50%
G=13.41%
B=57.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77351490.480.7700.42262.1161.9636.08
Hex4D2395304D02A1063e24
Octal11543225601150524067644
Binary10011011000111001010111000010011010101010100000110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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