#4D3D93

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

Shades of Blue Gem #4D3D93

Tints of Blue Gem #4D3D93

Color information

#4D3D93 (or 0x4D3D93) is unknown color: approx Blue Gem. HEX triplet: 4D, 3D and 93. RGB value is (77,61,147). Sum of RGB (Red+Green+Blue) = 77+61+147=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D93 is #B2C26C. Grayscale: #4B4B4B. Windows color (decimal): -11715181 or 9649485. OLE color: 9649485.

HSL color Cylindrical-coordinate representation of color #4D3D93: hue angle of 251.16º degrees, saturation: 0.41, 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 #4D3D93 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7761147-
CMYK0.480.5900.42
HSL251.16º41.35%40.78%-
HSV(B)251.16º58.5%57.65%-
XYZ107.0228.43-
YUV75.59168.3129.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 61 (24.22% from 255) = 21.40%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=27.02%
G=21.40%
B=51.58%

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
Decimal77611470.480.5900.42251.1641.3540.78
Hex4D3D93303B02Afb2929
Octal1157522360730523735151
Binary100110111110110010011110000111011010101011111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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