#4C3E90

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

Shades of Blue Gem #4C3E90

Tints of Blue Gem #4C3E90

Color information

#4C3E90 (or 0x4C3E90) is unknown color: approx Blue Gem. HEX triplet: 4C, 3E and 90. RGB value is (76,62,144). Sum of RGB (Red+Green+Blue) = 76+62+144=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C3E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3E90 is #B3C16F. Grayscale: #4B4B4B. Windows color (decimal): -11780464 or 9453132. OLE color: 9453132.

HSL color Cylindrical-coordinate representation of color #4C3E90: hue angle of 250.24º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C3E90 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7662144-
CMYK0.470.5700.44
HSL250.24º39.81%40.39%-
HSV(B)250.24º56.94%56.47%-
XYZ9.74727.22-
YUV75.53166.64128.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 144 (56.64% from 255) = 51.06%
R=26.95%
G=21.99%
B=51.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76621440.470.5700.44250.2439.8140.39
Hex4C3E902F3902Cfa2828
Octal1147622057710543725050
Binary100110011111010010000101111111001010110011111010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,62,144); }

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

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

 a { background-color: rgb(76,62,144); }

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

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

 span { border-color: rgb(76,62,144); }

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