Html Css Color HEX #4C239F Blue Gem

📋 copy color: '#4C239F'

red 76 ◦ green 35 ◦ blue 159

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

Shades of Blue Gem #4C239F

Tints of Blue Gem #4C239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 28.15%
G = 12.96%
B = 58.89%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C239F (or 0x4C239F) is known color: Blue Gem. HEX triplet: 4C, 23 and 9F. RGB value is (76,35,159). Sum of RGB (Red+Green+Blue) = 76+35+159=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C239F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C239F is #B3DC60. Grayscale: #3C3C3C. Windows color (decimal): -11787361 or 10429260. OLE color: 10429260.

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

Color convert

RGB 76 35 159 -
CMYK 0.52 0.78 0 0.38
HSL 259.84º 0.64% 0.38% -
HSV(B) 259.84º 0.78% 0.62% -
XYZ 9.84 5.24 33.29 -
YUV 61.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 76 35 159 0.52 0.78 0 0.38 259.84 0.64 0.38
Hex 4C 23 9F 34 4E 0 26 104 40 26
Octal 114 43 237 64 116 0 46 404 100 46
Binary 1001100 100011 10011111 110100 1001110 0 100110 100000100 1000000 100110

Color Harmonies of #4C239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C239F

Black with #4C239F

Text Example


Text Example

White with #4C239F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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