Html Css Color HEX #4C379B Blue Gem

📋 copy color: '#4C379B'

red 76 ◦ green 55 ◦ blue 155

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

Shades of Blue Gem #4C379B

Tints of Blue Gem #4C379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 26.57%
G = 19.23%
B = 54.2%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4C379B (or 0x4C379B) is known color: Blue Gem. HEX triplet: 4C, 37 and 9B. RGB value is (76,55,155). Sum of RGB (Red+Green+Blue) = 76+55+155=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C379B is #B3C864. Grayscale: #484848. Windows color (decimal): -11782245 or 10172236. OLE color: 10172236.

HSL color Cylindrical-coordinate representation of color #4C379B: hue angle of 252.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C379B is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 76 55 155 -
CMYK 0.51 0.65 0 0.39
HSL 252.6º 0.48% 0.41% -
HSV(B) 252.6º 0.65% 0.61% -
XYZ 10.26 6.64 31.75 -
YUV 72.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 76 55 155 0.51 0.65 0 0.39 252.6 0.48 0.41
Hex 4C 37 9B 33 41 0 27 FD 30 29
Octal 114 67 233 63 101 0 47 375 60 51
Binary 1001100 110111 10011011 110011 1000001 0 100111 11111101 110000 101001

Color Harmonies of #4C379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C379B

Black with #4C379B

Text Example


Text Example

White with #4C379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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