#4B2E89

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

Shades of Blue Gem #4B2E89

Tints of Blue Gem #4B2E89

Color information

#4B2E89 (or 0x4B2E89) is unknown color: approx Blue Gem. HEX triplet: 4B, 2E and 89. RGB value is (75,46,137). Sum of RGB (Red+Green+Blue) = 75+46+137=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B2E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2E89 is #B4D176. Grayscale: #404040. Windows color (decimal): -11850103 or 8990283. OLE color: 8990283.

HSL color Cylindrical-coordinate representation of color #4B2E89: hue angle of 259.12º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B2E89 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7546137-
CMYK0.450.6600.46
HSL259.12º49.73%35.88%-
HSV(B)259.12º66.42%53.73%-
XYZ8.395.2624.24-
YUV65.04168.61135.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=29.07%
G=17.83%
B=53.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75461370.450.6600.46259.1249.7335.88
Hex4B2E892D4202E1033224
Octal11356211551020564036244
Binary10010111011101000100110110110000100101110100000011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,137); }

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

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

 a { background-color: rgb(75,46,137); }

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

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

 span { border-color: rgb(75,46,137); }

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