#4B3585

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

Shades of Blue Gem #4B3585

Tints of Blue Gem #4B3585

Color information

#4B3585 (or 0x4B3585) is unknown color: approx Blue Gem. HEX triplet: 4B, 35 and 85. RGB value is (75,53,133). Sum of RGB (Red+Green+Blue) = 75+53+133=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B3585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3585 is #B4CA7A. Grayscale: #444444. Windows color (decimal): -11848315 or 8729931. OLE color: 8729931.

HSL color Cylindrical-coordinate representation of color #4B3585: hue angle of 256.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B3585 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7553133-
CMYK0.440.6000.48
HSL256.5º43.01%36.47%-
HSV(B)256.5º60.15%52.16%-
XYZ8.415.7422.85-
YUV68.7164.29132.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=28.74%
G=20.31%
B=50.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75531330.440.6000.48256.543.0136.47
Hex4B35852C3C0301002b24
Octal1136520554740604005344
Binary1001011110101100001011011001111000110000100000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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