Html Css Color HEX #4D32AC Blue Gem

📋 copy color: '#4D32AC'

red 77 ◦ green 50 ◦ blue 172

#4D32AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4D32AC

Tints of Blue Gem #4D32AC

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 value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D32AC (or 0x4D32AC) is known color: 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

RGB 77 50 172 -
CMYK 0.55 0.71 0 0.33
HSL 253.28º 0.55% 0.44% -
HSV(B) 253.28º 0.71% 0.67% -
XYZ 11.65 6.84 39.74 -
YUV 71.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 77 50 172 0.55 0.71 0 0.33 253.28 0.55 0.44
Hex 4D 32 AC 37 47 0 21 FD 37 2C
Octal 115 62 254 67 107 0 41 375 67 54
Binary 1001101 110010 10101100 110111 1000111 0 100001 11111101 110111 101100

Color Harmonies of #4D32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D32AC

Black with #4D32AC

Text Example


Text Example

White with #4D32AC

Text Example


Text Example

HTML Codes & Css Web 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>