#4D32AC

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

Shades of Blue Gem #4D32AC

Tints of Blue Gem #4D32AC

Color information

#4D32AC (or 0x4D32AC) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and AC. RGB value is (77,50,172). Sum of RGB (Red+Green+Blue) = 77+50+172=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D32AC is #B2CD53. Grayscale: #474747. Windows color (decimal): -11717972 or 11285069. OLE color: 11285069.

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

Color convert

RGB7750172-
CMYK0.550.7100.33
HSL253.28º54.95%43.53%-
HSV(B)253.28º70.93%67.45%-
XYZ11.656.8439.74-
YUV71.98184.45131.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 50 (19.92% from 255) = 16.72%
BLUE value IS 172 (67.58% from 255) = 57.53%
R=25.75%
G=16.72%
B=57.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77501720.550.7100.33253.2854.9543.53
Hex4D32AC3747021fd372c
Octal11562254671070413756754
Binary1001101110010101011001101111000111010000111111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,172); }

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

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

 a { background-color: rgb(77,50,172); }

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

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

 span { border-color: rgb(77,50,172); }

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