#4C37AE

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

Shades of Blue Gem #4C37AE

Tints of Blue Gem #4C37AE

Color information

#4C37AE (or 0x4C37AE) is unknown color: approx Blue Gem. HEX triplet: 4C, 37 and AE. RGB value is (76,55,174). Sum of RGB (Red+Green+Blue) = 76+55+174=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C37AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C37AE is #B3C851. Grayscale: #4A4A4A. Windows color (decimal): -11782226 or 11417420. OLE color: 11417420.

HSL color Cylindrical-coordinate representation of color #4C37AE: hue angle of 250.59º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C37AE is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7655174-
CMYK0.560.6800.32
HSL250.59º51.97%44.9%-
HSV(B)250.59º68.39%68.24%-
XYZ11.997.3240.83-
YUV74.84183.96128.82-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 55 (21.88% from 255) = 18.03%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=24.92%
G=18.03%
B=57.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76551740.560.6800.32250.5951.9744.9
Hex4C37AE3844020fb342d
Octal11467256701040403736455
Binary1001100110111101011101110001000100010000011111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,174); }

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

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

 a { background-color: rgb(76,55,174); }

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

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

 span { border-color: rgb(76,55,174); }

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