#4b2199

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

Shades of Blue Gem #4B2199

Tints of Blue Gem #4B2199

Color information

#4B2199 (or 0x4B2199) is unknown color: approx Blue Gem. HEX triplet: 4B, 21 and 99. RGB value is (75,33,153). Sum of RGB (Red+Green+Blue) = 75+33+153=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #4B2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2199 is #B4DE66. Grayscale: #3A3A3A. Windows color (decimal): -11853415 or 10035531. OLE color: 10035531.

HSL color Cylindrical-coordinate representation of color #4B2199: hue angle of 261º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B2199 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7533153-
CMYK0.510.7800.4
HSL261º64.52%36.47%-
HSV(B)261º78.43%60%-
XYZ9.24.8830.59-
YUV59.24180.91139.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 153 (60.16% from 255) = 58.62%
R=28.74%
G=12.64%
B=58.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal75331530.510.7800.426164.5236.47
Hex4B2199334E0281054124
Octal113412316311605040510144
Binary100101110000110011001110011100111001010001000001011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,153); }

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

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

 a { background-color: rgb(75,33,153); }

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

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

 span { border-color: rgb(75,33,153); }

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