Html Css Color HEX #4C3AAA Blue Gem

📋 copy color: '#4C3AAA'

red 76 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #4C3AAA

Tints of Blue Gem #4C3AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 25%
G = 19.08%
B = 55.92%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C3AAA (or 0x4C3AAA) is known color: Blue Gem. HEX triplet: 4C, 3A and AA. RGB value is (76,58,170). Sum of RGB (Red+Green+Blue) = 76+58+170=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3AAA is #B3C555. Grayscale: #4B4B4B. Windows color (decimal): -11781462 or 11156044. OLE color: 11156044.

HSL color Cylindrical-coordinate representation of color #4C3AAA: hue angle of 249.64º degrees, saturation: 0.49, 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 #4C3AAA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 58 170 -
CMYK 0.55 0.66 0 0.33
HSL 249.64º 0.49% 0.45% -
HSV(B) 249.64º 0.66% 0.67% -
XYZ 11.75 7.46 38.85 -
YUV 76.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 76 58 170 0.55 0.66 0 0.33 249.64 0.49 0.45
Hex 4C 3A AA 37 42 0 21 FA 31 2D
Octal 114 72 252 67 102 0 41 372 61 55
Binary 1001100 111010 10101010 110111 1000010 0 100001 11111010 110001 101101

Color Harmonies of #4C3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AAA

Black with #4C3AAA

Text Example


Text Example

White with #4C3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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