Html Css Color HEX #4C3AAC Blue Gem

📋 copy color: '#4C3AAC'

red 76 ◦ green 58 ◦ blue 172

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

Shades of Blue Gem #4C3AAC

Tints of Blue Gem #4C3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

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

R = 24.84%
G = 18.95%
B = 56.21%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C3AAC (or 0x4C3AAC) is known color: Blue Gem. HEX triplet: 4C, 3A and AC. RGB value is (76,58,172). Sum of RGB (Red+Green+Blue) = 76+58+172=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C3AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3AAC is #B3C553. Grayscale: #4B4B4B. Windows color (decimal): -11781460 or 11287116. OLE color: 11287116.

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

Color convert

RGB 76 58 172 -
CMYK 0.56 0.66 0 0.33
HSL 249.47º 0.5% 0.45% -
HSV(B) 249.47º 0.66% 0.67% -
XYZ 11.94 7.54 39.86 -
YUV 76.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 76 58 172 0.56 0.66 0 0.33 249.47 0.5 0.45
Hex 4C 3A AC 38 42 0 21 F9 32 2D
Octal 114 72 254 70 102 0 41 371 62 55
Binary 1001100 111010 10101100 111000 1000010 0 100001 11111001 110010 101101

Color Harmonies of #4C3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AAC

Black with #4C3AAC

Text Example


Text Example

White with #4C3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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