Html Css Color HEX #4C3CA4 Blue Gem

📋 copy color: '#4C3CA4'

red 76 ◦ green 60 ◦ blue 164

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

Shades of Blue Gem #4C3CA4

Tints of Blue Gem #4C3CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

 BLUE value IS 164 (64.45% from 255) = 54.67%

R = 25.33%
G = 20%
B = 54.67%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4C3CA4 (or 0x4C3CA4) is known color: Blue Gem. HEX triplet: 4C, 3C and A4. RGB value is (76,60,164). Sum of RGB (Red+Green+Blue) = 76+60+164=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #4C3CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CA4 is #B3C35B. Grayscale: #4C4C4C. Windows color (decimal): -11780956 or 10763340. OLE color: 10763340.

HSL color Cylindrical-coordinate representation of color #4C3CA4: hue angle of 249.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C3CA4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 60 164 -
CMYK 0.54 0.63 0 0.36
HSL 249.23º 0.46% 0.44% -
HSV(B) 249.23º 0.63% 0.64% -
XYZ 11.3 7.45 35.96 -
YUV 76.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 76 60 164 0.54 0.63 0 0.36 249.23 0.46 0.44
Hex 4C 3C A4 36 3F 0 24 F9 2E 2C
Octal 114 74 244 66 77 0 44 371 56 54
Binary 1001100 111100 10100100 110110 111111 0 100100 11111001 101110 101100

Color Harmonies of #4C3CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CA4

Black with #4C3CA4

Text Example


Text Example

White with #4C3CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,164); }

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

background-color css

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

 a { background-color: rgb(76,60,164); }

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

border-color css

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

 span { border-color: rgb(76,60,164); }

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