#4B338C

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

Shades of Blue Gem #4B338C

Tints of Blue Gem #4B338C

Color information

#4B338C (or 0x4B338C) is unknown color: approx Blue Gem. HEX triplet: 4B, 33 and 8C. RGB value is (75,51,140). Sum of RGB (Red+Green+Blue) = 75+51+140=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B338C is #B4CC73. Grayscale: #434343. Windows color (decimal): -11848820 or 9188171. OLE color: 9188171.

HSL color Cylindrical-coordinate representation of color #4B338C: hue angle of 256.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B338C is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7551140-
CMYK0.460.6400.45
HSL256.18º46.6%37.45%-
HSV(B)256.18º63.57%54.9%-
XYZ8.825.7625.46-
YUV68.32168.45132.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=28.20%
G=19.17%
B=52.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75511400.460.6400.45256.1846.637.45
Hex4B338C2E4002D1002f25
Octal11363214561000554005745
Binary10010111100111000110010111010000000101101100000000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,140); }

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

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

 a { background-color: rgb(75,51,140); }

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

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

 span { border-color: rgb(75,51,140); }

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