#4B289F

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

Shades of Blue Gem #4B289F

Tints of Blue Gem #4B289F

Color information

#4B289F (or 0x4B289F) is unknown color: approx Blue Gem. HEX triplet: 4B, 28 and 9F. RGB value is (75,40,159). Sum of RGB (Red+Green+Blue) = 75+40+159=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B289F is #B4D760. Grayscale: #3F3F3F. Windows color (decimal): -11851617 or 10430539. OLE color: 10430539.

HSL color Cylindrical-coordinate representation of color #4B289F: hue angle of 257.65º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B289F is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7540159-
CMYK0.530.7500.38
HSL257.65º59.8%39.02%-
HSV(B)257.65º74.84%62.35%-
XYZ9.925.5233.34-
YUV64.03181.6135.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 159 (62.5% from 255) = 58.03%
R=27.37%
G=14.60%
B=58.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75401590.530.7500.38257.6559.839.02
Hex4B289F354B0261023c27
Octal11350237651130464027447
Binary10010111010001001111111010110010110100110100000010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,159); }

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

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

 a { background-color: rgb(75,40,159); }

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

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

 span { border-color: rgb(75,40,159); }

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