#4D3DA5

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

Shades of Blue Gem #4D3DA5

Tints of Blue Gem #4D3DA5

Color information

#4D3DA5 (or 0x4D3DA5) is unknown color: approx Blue Gem. HEX triplet: 4D, 3D and A5. RGB value is (77,61,165). Sum of RGB (Red+Green+Blue) = 77+61+165=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 165 (64.84% from 255 or 54.46% from 303); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D3DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DA5 is #B2C25A. Grayscale: #4D4D4D. Windows color (decimal): -11715163 or 10829133. OLE color: 10829133.

HSL color Cylindrical-coordinate representation of color #4D3DA5: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3DA5 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7761165-
CMYK0.530.6300.35
HSL249.23º46.02%44.31%-
HSV(B)249.23º63.03%64.71%-
XYZ11.527.6336.46-
YUV77.64177.3127.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 165 (64.84% from 255) = 54.46%
R=25.41%
G=20.13%
B=54.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal77611650.530.6300.35249.2346.0244.31
Hex4D3DA5353F023f92e2c
Octal1157524565770433715654
Binary100110111110110100101110101111111010001111111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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