#4D2DAA

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

Shades of Blue Gem #4D2DAA

Tints of Blue Gem #4D2DAA

Color information

#4D2DAA (or 0x4D2DAA) is unknown color: approx Blue Gem. HEX triplet: 4D, 2D and AA. RGB value is (77,45,170). Sum of RGB (Red+Green+Blue) = 77+45+170=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D2DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2DAA is #B2D255. Grayscale: #444444. Windows color (decimal): -11719254 or 11152717. OLE color: 11152717.

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

Color convert

RGB7745170-
CMYK0.550.7400.33
HSL255.36º58.14%42.16%-
HSV(B)255.36º73.53%66.67%-
XYZ11.256.3638.66-
YUV68.82185.1133.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=26.37%
G=15.41%
B=58.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77451700.550.7400.33255.3658.1442.16
Hex4D2DAA374A021ff3a2a
Octal11555252671120413777252
Binary1001101101101101010101101111001010010000111111111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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