Html Css Color HEX #4C279D Blue Gem

📋 copy color: '#4C279D'

red 76 ◦ green 39 ◦ blue 157

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

Shades of Blue Gem #4C279D

Tints of Blue Gem #4C279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.34%

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

R = 27.94%
G = 14.34%
B = 57.72%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C279D (or 0x4C279D) is known color: Blue Gem. HEX triplet: 4C, 27 and 9D. RGB value is (76,39,157). Sum of RGB (Red+Green+Blue) = 76+39+157=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C279D is #B3D862. Grayscale: #3F3F3F. Windows color (decimal): -11786339 or 10299212. OLE color: 10299212.

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

Color convert

RGB 76 39 157 -
CMYK 0.52 0.75 0 0.38
HSL 258.81º 0.6% 0.38% -
HSV(B) 258.81º 0.75% 0.62% -
XYZ 9.79 5.42 32.43 -
YUV 63.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 76 39 157 0.52 0.75 0 0.38 258.81 0.6 0.38
Hex 4C 27 9D 34 4B 0 26 103 3C 26
Octal 114 47 235 64 113 0 46 403 74 46
Binary 1001100 100111 10011101 110100 1001011 0 100110 100000011 111100 100110

Color Harmonies of #4C279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C279D

Black with #4C279D

Text Example


Text Example

White with #4C279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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