#4D3DAA

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

Shades of Blue Gem #4D3DAA

Tints of Blue Gem #4D3DAA

Color information

#4D3DAA (or 0x4D3DAA) is unknown color: approx Blue Gem. HEX triplet: 4D, 3D and AA. RGB value is (77,61,170). Sum of RGB (Red+Green+Blue) = 77+61+170=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D3DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DAA is #B2C255. Grayscale: #4D4D4D. Windows color (decimal): -11715158 or 11156813. OLE color: 11156813.

HSL color Cylindrical-coordinate representation of color #4D3DAA: hue angle of 248.81º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3DAA is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7761170-
CMYK0.550.6400.33
HSL248.81º47.19%45.29%-
HSV(B)248.81º64.12%66.67%-
XYZ11.997.8238.91-
YUV78.21179.8127.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=25%
G=19.81%
B=55.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77611700.550.6400.33248.8147.1945.29
Hex4D3DAA3740021f92f2d
Octal11575252671000413715755
Binary1001101111101101010101101111000000010000111111001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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