#4B3A95

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

Shades of Blue Gem #4B3A95

Tints of Blue Gem #4B3A95

Color information

#4B3A95 (or 0x4B3A95) is unknown color: approx Blue Gem. HEX triplet: 4B, 3A and 95. RGB value is (75,58,149). Sum of RGB (Red+Green+Blue) = 75+58+149=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B3A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3A95 is #B4C56A. Grayscale: #494949. Windows color (decimal): -11847019 or 9779787. OLE color: 9779787.

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

Color convert

RGB7558149-
CMYK0.500.6100.42
HSL251.21º43.96%40.59%-
HSV(B)251.21º61.07%58.43%-
XYZ9.846.6929.21-
YUV73.46170.63129.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=26.60%
G=20.57%
B=52.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75581490.500.6100.42251.2143.9640.59
Hex4B3A95323D02Afb2c29
Octal1137222562750523735451
Binary100101111101010010101110010111101010101011111011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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