#4D3D95

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

Shades of Blue Gem #4D3D95

Tints of Blue Gem #4D3D95

Color information

#4D3D95 (or 0x4D3D95) is unknown color: approx Blue Gem. HEX triplet: 4D, 3D and 95. RGB value is (77,61,149). Sum of RGB (Red+Green+Blue) = 77+61+149=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D3D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D95 is #B2C26A. Grayscale: #4B4B4B. Windows color (decimal): -11715179 or 9780557. OLE color: 9780557.

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

Color convert

RGB7761149-
CMYK0.480.5900.42
HSL250.91º41.9%41.18%-
HSV(B)250.91º59.06%58.43%-
XYZ10.157.0929.27-
YUV75.82169.3128.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 149 (58.59% from 255) = 51.92%
R=26.83%
G=21.25%
B=51.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77611490.480.5900.42250.9141.941.18
Hex4D3D95303B02Afb2a29
Octal1157522560730523735251
Binary100110111110110010101110000111011010101011111011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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