#4B339C

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

Shades of Blue Gem #4B339C

Tints of Blue Gem #4B339C

Color information

#4B339C (or 0x4B339C) is unknown color: approx Blue Gem. HEX triplet: 4B, 33 and 9C. RGB value is (75,51,156). Sum of RGB (Red+Green+Blue) = 75+51+156=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B339C is #B4CC63. Grayscale: #454545. Windows color (decimal): -11848804 or 10236747. OLE color: 10236747.

HSL color Cylindrical-coordinate representation of color #4B339C: hue angle of 253.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B339C is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7551156-
CMYK0.520.6700.39
HSL253.71º50.72%40.59%-
HSV(B)253.71º67.31%61.18%-
XYZ10.096.2632.13-
YUV70.15176.45131.46-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=26.60%
G=18.09%
B=55.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75511560.520.6700.39253.7150.7240.59
Hex4B339C3443027fe3329
Octal11363234641030473766351
Binary1001011110011100111001101001000011010011111111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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