#4C24A0

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

Shades of Blue Gem #4C24A0

Tints of Blue Gem #4C24A0

Color information

#4C24A0 (or 0x4C24A0) is unknown color: approx Blue Gem. HEX triplet: 4C, 24 and A0. RGB value is (76,36,160). Sum of RGB (Red+Green+Blue) = 76+36+160=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C24A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C24A0 is #B3DB5F. Grayscale: #3D3D3D. Windows color (decimal): -11787104 or 10495052. OLE color: 10495052.

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

Color convert

RGB7636160-
CMYK0.520.7800.37
HSL259.35º63.27%38.43%-
HSV(B)259.35º77.5%62.75%-
XYZ9.965.3433.76-
YUV62.1183.25137.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 160 (62.89% from 255) = 58.82%
R=27.94%
G=13.24%
B=58.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal76361600.520.7800.37259.3563.2738.43
Hex4C24A0344E0251033f26
Octal11444240641160454037746
Binary10011001001001010000011010010011100100101100000011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C24A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,160); }

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

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

 a { background-color: rgb(76,36,160); }

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

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

 span { border-color: rgb(76,36,160); }

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