Html Css Color HEX #4C379E Blue Gem

📋 copy color: '#4C379E'

red 76 ◦ green 55 ◦ blue 158

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

Shades of Blue Gem #4C379E

Tints of Blue Gem #4C379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 26.3%
G = 19.03%
B = 54.67%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C379E (or 0x4C379E) is known color: Blue Gem. HEX triplet: 4C, 37 and 9E. RGB value is (76,55,158). Sum of RGB (Red+Green+Blue) = 76+55+158=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C379E is #B3C861. Grayscale: #484848. Windows color (decimal): -11782242 or 10368844. OLE color: 10368844.

HSL color Cylindrical-coordinate representation of color #4C379E: hue angle of 252.23º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C379E is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 55 158 -
CMYK 0.52 0.65 0 0.38
HSL 252.23º 0.48% 0.42% -
HSV(B) 252.23º 0.65% 0.62% -
XYZ 10.52 6.74 33.09 -
YUV 73.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 76 55 158 0.52 0.65 0 0.38 252.23 0.48 0.42
Hex 4C 37 9E 34 41 0 26 FC 30 2A
Octal 114 67 236 64 101 0 46 374 60 52
Binary 1001100 110111 10011110 110100 1000001 0 100110 11111100 110000 101010

Color Harmonies of #4C379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C379E

Black with #4C379E

Text Example


Text Example

White with #4C379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,158); }

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

background-color css

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

 a { background-color: rgb(76,55,158); }

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

border-color css

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

 span { border-color: rgb(76,55,158); }

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