#4c22a5

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

Shades of Blue Gem #4C22A5

Tints of Blue Gem #4C22A5

Color information

#4C22A5 (or 0x4C22A5) is unknown color: approx Blue Gem. HEX triplet: 4C, 22 and A5. RGB value is (76,34,165). Sum of RGB (Red+Green+Blue) = 76+34+165=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #4C22A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C22A5 is #B3DD5A. Grayscale: #3D3D3D. Windows color (decimal): -11787611 or 10822220. OLE color: 10822220.

HSL color Cylindrical-coordinate representation of color #4C22A5: hue angle of 259.24º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C22A5 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7634165-
CMYK0.540.7900.35
HSL259.24º65.83%39.02%-
HSV(B)259.24º79.39%64.71%-
XYZ10.345.436.09-
YUV61.49186.41138.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.64%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 165 (64.84% from 255) = 60%
R=27.64%
G=12.36%
B=60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76341650.540.7900.35259.2465.8339.02
Hex4C22A5364F0231034227
Octal114422456611704340310247
Binary100110010001010100101110110100111101000111000000111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c22a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,34,165); }

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

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

 a { background-color: rgb(76,34,165); }

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

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

 span { border-color: rgb(76,34,165); }

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