#4c259f

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

Shades of Blue Gem #4C259F

Tints of Blue Gem #4C259F

Color information

#4C259F (or 0x4C259F) is unknown color: approx Blue Gem. HEX triplet: 4C, 25 and 9F. RGB value is (76,37,159). Sum of RGB (Red+Green+Blue) = 76+37+159=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C259F is #B3DA60. Grayscale: #3E3E3E. Windows color (decimal): -11786849 or 10429772. OLE color: 10429772.

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

Color convert

RGB7637159-
CMYK0.520.7700.38
HSL259.18º62.24%38.43%-
HSV(B)259.18º76.73%62.35%-
XYZ9.95.3633.31-
YUV62.57182.42137.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=27.94%
G=13.60%
B=58.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal76371590.520.7700.38259.1862.2438.43
Hex4C259F344D0261033e26
Octal11445237641150464037646
Binary10011001001011001111111010010011010100110100000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c259f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4c259f;
 }
 .AnyTagClassName
 {
   color: #4c259f;
 }
</style>
background-color css

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

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

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

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

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

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