#4B3A93

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

Shades of Blue Gem #4B3A93

Tints of Blue Gem #4B3A93

Color information

#4B3A93 (or 0x4B3A93) is unknown color: approx Blue Gem. HEX triplet: 4B, 3A and 93. RGB value is (75,58,147). Sum of RGB (Red+Green+Blue) = 75+58+147=280 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.79% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B3A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3A93 is #B4C56C. Grayscale: #484848. Windows color (decimal): -11847021 or 9648715. OLE color: 9648715.

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

Color convert

RGB7558147-
CMYK0.490.6100.42
HSL251.46º43.41%40.2%-
HSV(B)251.46º60.54%57.65%-
XYZ9.686.6328.37-
YUV73.23169.63129.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.79%
GREEN value IS 58 (23.05% from 255) = 20.71%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=26.79%
G=20.71%
B=52.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75581470.490.6100.42251.4643.4140.2
Hex4B3A93313D02Afb2b28
Octal1137222361750523735350
Binary100101111101010010011110001111101010101011111011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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