#4B3C90

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

Shades of Blue Gem #4B3C90

Tints of Blue Gem #4B3C90

Color information

#4B3C90 (or 0x4B3C90) is unknown color: approx Blue Gem. HEX triplet: 4B, 3C and 90. RGB value is (75,60,144). Sum of RGB (Red+Green+Blue) = 75+60+144=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B3C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3C90 is #B4C36F. Grayscale: #494949. Windows color (decimal): -11846512 or 9452619. OLE color: 9452619.

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

Color convert

RGB7560144-
CMYK0.480.5800.44
HSL250.71º41.18%40%-
HSV(B)250.71º58.33%56.47%-
XYZ9.556.7427.18-
YUV74.06167.47128.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 60 (23.83% from 255) = 21.51%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=26.88%
G=21.51%
B=51.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75601440.480.5800.44250.7141.1840
Hex4B3C90303A02Cfb2928
Octal1137422060720543735150
Binary100101111110010010000110000111010010110011111011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,144); }

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

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

 a { background-color: rgb(75,60,144); }

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

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

 span { border-color: rgb(75,60,144); }

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