Html Css Color HEX #4C329D Blue Gem

📋 copy color: '#4C329D'

red 76 ◦ green 50 ◦ blue 157

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

Shades of Blue Gem #4C329D

Tints of Blue Gem #4C329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 26.86%
G = 17.67%
B = 55.48%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C329D (or 0x4C329D) is known color: Blue Gem. HEX triplet: 4C, 32 and 9D. RGB value is (76,50,157). Sum of RGB (Red+Green+Blue) = 76+50+157=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C329D is #B3CD62. Grayscale: #454545. Windows color (decimal): -11783523 or 10302028. OLE color: 10302028.

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

Color convert

RGB 76 50 157 -
CMYK 0.52 0.68 0 0.38
HSL 254.58º 0.52% 0.41% -
HSV(B) 254.58º 0.68% 0.62% -
XYZ 10.21 6.25 32.57 -
YUV 69.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 76 50 157 0.52 0.68 0 0.38 254.58 0.52 0.41
Hex 4C 32 9D 34 44 0 26 FF 34 29
Octal 114 62 235 64 104 0 46 377 64 51
Binary 1001100 110010 10011101 110100 1000100 0 100110 11111111 110100 101001

Color Harmonies of #4C329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C329D

Black with #4C329D

Text Example


Text Example

White with #4C329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,157); }

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

background-color css

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

 a { background-color: rgb(76,50,157); }

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

border-color css

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

 span { border-color: rgb(76,50,157); }

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