#4B3893

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

Shades of Blue Gem #4B3893

Tints of Blue Gem #4B3893

Color information

#4B3893 (or 0x4B3893) is unknown color: approx Blue Gem. HEX triplet: 4B, 38 and 93. RGB value is (75,56,147). Sum of RGB (Red+Green+Blue) = 75+56+147=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B3893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3893 is #B4C76C. Grayscale: #474747. Windows color (decimal): -11847533 or 9648203. OLE color: 9648203.

HSL color Cylindrical-coordinate representation of color #4B3893: hue angle of 252.53º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B3893 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7556147-
CMYK0.490.6200.42
HSL252.53º44.83%39.8%-
HSV(B)252.53º61.9%57.65%-
XYZ9.586.4328.34-
YUV72.05170.29130.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=26.98%
G=20.14%
B=52.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75561470.490.6200.42252.5344.8339.8
Hex4B3893313E02Afd2d28
Octal1137022361760523755550
Binary100101111100010010011110001111110010101011111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,147); }

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

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

 a { background-color: rgb(75,56,147); }

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

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

 span { border-color: rgb(75,56,147); }

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