Html Css Color HEX #4C3CA2 Blue Gem

📋 copy color: '#4C3CA2'

red 76 ◦ green 60 ◦ blue 162

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

Shades of Blue Gem #4C3CA2

Tints of Blue Gem #4C3CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 54.36%

R = 25.5%
G = 20.13%
B = 54.36%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4C3CA2 (or 0x4C3CA2) is known color: Blue Gem. HEX triplet: 4C, 3C and A2. RGB value is (76,60,162). Sum of RGB (Red+Green+Blue) = 76+60+162=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 162 (63.67% from 255 or 54.36% from 298); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C3CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CA2 is #B3C35D. Grayscale: #4C4C4C. Windows color (decimal): -11780958 or 10632268. OLE color: 10632268.

HSL color Cylindrical-coordinate representation of color #4C3CA2: hue angle of 249.41º 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 #4C3CA2 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 60 162 -
CMYK 0.53 0.63 0 0.36
HSL 249.41º 0.46% 0.44% -
HSV(B) 249.41º 0.63% 0.64% -
XYZ 11.12 7.38 35.02 -
YUV 76.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 76 60 162 0.53 0.63 0 0.36 249.41 0.46 0.44
Hex 4C 3C A2 35 3F 0 24 F9 2E 2C
Octal 114 74 242 65 77 0 44 371 56 54
Binary 1001100 111100 10100010 110101 111111 0 100100 11111001 101110 101100

Color Harmonies of #4C3CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CA2

Black with #4C3CA2

Text Example


Text Example

White with #4C3CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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