#4B358B

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

Shades of Blue Gem #4B358B

Tints of Blue Gem #4B358B

Color information

#4B358B (or 0x4B358B) is unknown color: approx Blue Gem. HEX triplet: 4B, 35 and 8B. RGB value is (75,53,139). Sum of RGB (Red+Green+Blue) = 75+53+139=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B358B is #B4CA74. Grayscale: #454545. Windows color (decimal): -11848309 or 9123147. OLE color: 9123147.

HSL color Cylindrical-coordinate representation of color #4B358B: hue angle of 255.35º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B358B is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7553139-
CMYK0.460.6200.45
HSL255.35º44.79%37.65%-
HSV(B)255.35º61.87%54.51%-
XYZ8.835.9125.1-
YUV69.38167.29132.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 139 (54.69% from 255) = 52.06%
R=28.09%
G=19.85%
B=52.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75531390.460.6200.45255.3544.7937.65
Hex4B358B2E3E02Dff2d26
Octal1136521356760553775546
Binary100101111010110001011101110111110010110111111111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,139); }

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

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

 a { background-color: rgb(75,53,139); }

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

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

 span { border-color: rgb(75,53,139); }

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