#4B359B

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

Shades of Blue Gem #4B359B

Tints of Blue Gem #4B359B

Color information

#4B359B (or 0x4B359B) is unknown color: approx Blue Gem. HEX triplet: 4B, 35 and 9B. RGB value is (75,53,155). Sum of RGB (Red+Green+Blue) = 75+53+155=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B359B is #B4CA64. Grayscale: #464646. Windows color (decimal): -11848293 or 10171723. OLE color: 10171723.

HSL color Cylindrical-coordinate representation of color #4B359B: hue angle of 252.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B359B is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7553155-
CMYK0.520.6600.39
HSL252.94º49.04%40.78%-
HSV(B)252.94º65.81%60.78%-
XYZ10.096.4131.72-
YUV71.21175.29130.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 155 (60.94% from 255) = 54.77%
R=26.50%
G=18.73%
B=54.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75531550.520.6600.39252.9449.0440.78
Hex4B359B3442027fd3129
Octal11365233641020473756151
Binary1001011110101100110111101001000010010011111111101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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