Html Css Color HEX #4C329F Blue Gem

📋 copy color: '#4C329F'

red 76 ◦ green 50 ◦ blue 159

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

Shades of Blue Gem #4C329F

Tints of Blue Gem #4C329F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.79%

R = 26.67%
G = 17.54%
B = 55.79%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C329F (or 0x4C329F) is known color: Blue Gem. HEX triplet: 4C, 32 and 9F. RGB value is (76,50,159). Sum of RGB (Red+Green+Blue) = 76+50+159=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C329F is #B3CD60. Grayscale: #454545. Windows color (decimal): -11783521 or 10433100. OLE color: 10433100.

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

Color convert

RGB 76 50 159 -
CMYK 0.52 0.69 0 0.38
HSL 254.31º 0.52% 0.41% -
HSV(B) 254.31º 0.69% 0.62% -
XYZ 10.38 6.32 33.47 -
YUV 70.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 76 50 159 0.52 0.69 0 0.38 254.31 0.52 0.41
Hex 4C 32 9F 34 45 0 26 FE 34 29
Octal 114 62 237 64 105 0 46 376 64 51
Binary 1001100 110010 10011111 110100 1000101 0 100110 11111110 110100 101001

Color Harmonies of #4C329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C329F

Black with #4C329F

Text Example


Text Example

White with #4C329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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