#4B229E

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

Shades of Blue Gem #4B229E

Tints of Blue Gem #4B229E

Color information

#4B229E (or 0x4B229E) is unknown color: approx Blue Gem. HEX triplet: 4B, 22 and 9E. RGB value is (75,34,158). Sum of RGB (Red+Green+Blue) = 75+34+158=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B229E is #B4DD61. Grayscale: #3B3B3B. Windows color (decimal): -11853154 or 10363467. OLE color: 10363467.

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

Color convert

RGB7534158-
CMYK0.530.7800.38
HSL259.84º64.58%37.65%-
HSV(B)259.84º78.48%61.96%-
XYZ9.655.1132.83-
YUV60.4183.08138.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.09%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=28.09%
G=12.73%
B=59.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75341580.530.7800.38259.8464.5837.65
Hex4B229E354E0261044126
Octal113422366511604640410146
Binary100101110001010011110110101100111001001101000001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,158); }

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

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

 a { background-color: rgb(75,34,158); }

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

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

 span { border-color: rgb(75,34,158); }

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