#4C239F

Color #4C239F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4C239F

Tints of Blue Gem #4C239F

Color information

#4C239F (or 0x4C239F) is unknown color: approx 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

RGB7635159-
CMYK0.520.7800.38
HSL259.84º63.92%38.04%-
HSV(B)259.84º77.99%62.35%-
XYZ9.845.2433.29-
YUV61.4183.08138.42-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76351590.520.7800.38259.8463.9238.04
Hex4C239F344E0261044026
Octal114432376411604640410046
Binary100110010001110011111110100100111001001101000001001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C239F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>