Html Css Color HEX #4C32AC Blue Gem

📋 copy color: '#4C32AC'

red 76 ◦ green 50 ◦ blue 172

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

Shades of Blue Gem #4C32AC

Tints of Blue Gem #4C32AC

RGB

 RED value IS 76 (30.08% from 255) = 25.5%

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 25.5%
G = 16.78%
B = 57.72%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C32AC (or 0x4C32AC) is known color: Blue Gem. HEX triplet: 4C, 32 and AC. RGB value is (76,50,172). Sum of RGB (Red+Green+Blue) = 76+50+172=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C32AC is #B3CD53. Grayscale: #474747. Windows color (decimal): -11783508 or 11285068. OLE color: 11285068.

HSL color Cylindrical-coordinate representation of color #4C32AC: hue angle of 252.79º 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 #4C32AC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 50 172 -
CMYK 0.56 0.71 0 0.33
HSL 252.79º 0.55% 0.44% -
HSV(B) 252.79º 0.71% 0.67% -
XYZ 11.57 6.8 39.73 -
YUV 71.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 76 50 172 0.56 0.71 0 0.33 252.79 0.55 0.44
Hex 4C 32 AC 38 47 0 21 FD 37 2C
Octal 114 62 254 70 107 0 41 375 67 54
Binary 1001100 110010 10101100 111000 1000111 0 100001 11111101 110111 101100

Color Harmonies of #4C32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C32AC

Black with #4C32AC

Text Example


Text Example

White with #4C32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C32AC;
 }
 .AnyTagClassName
 {
   color: #4C32AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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