#4B3493

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

Shades of Blue Gem #4B3493

Tints of Blue Gem #4B3493

Color information

#4B3493 (or 0x4B3493) is unknown color: approx Blue Gem. HEX triplet: 4B, 34 and 93. RGB value is (75,52,147). Sum of RGB (Red+Green+Blue) = 75+52+147=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 147 (57.81% from 255 or 53.65% from 274); Max value from RGB is 147 - color contains mainly: blue. Hex color #4B3493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3493 is #B4CB6C. Grayscale: #454545. Windows color (decimal): -11848557 or 9647179. OLE color: 9647179.

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

Color convert

RGB7552147-
CMYK0.490.6500.42
HSL254.53º47.74%39.02%-
HSV(B)254.53º64.63%57.65%-
XYZ9.46.0628.28-
YUV69.71171.62131.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 147 (57.81% from 255) = 53.65%
R=27.37%
G=18.98%
B=53.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75521470.490.6500.42254.5347.7439.02
Hex4B3493314102Aff3027
Octal11364223611010523776047
Binary1001011110100100100111100011000001010101011111111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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