#4D3F95

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

Shades of Blue Gem #4D3F95

Tints of Blue Gem #4D3F95

Color information

#4D3F95 (or 0x4D3F95) is unknown color: approx Blue Gem. HEX triplet: 4D, 3F and 95. RGB value is (77,63,149). Sum of RGB (Red+Green+Blue) = 77+63+149=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D3F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F95 is #B2C06A. Grayscale: #4C4C4C. Windows color (decimal): -11714667 or 9781069. OLE color: 9781069.

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

Color convert

RGB7763149-
CMYK0.480.5800.42
HSL249.77º40.57%41.57%-
HSV(B)249.77º57.72%58.43%-
XYZ10.267.329.3-
YUV76.99168.64128.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=26.64%
G=21.80%
B=51.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77631490.480.5800.42249.7740.5741.57
Hex4D3F95303A02Afa292a
Octal1157722560720523725152
Binary100110111111110010101110000111010010101011111010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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