#4B349B

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

Shades of Blue Gem #4B349B

Tints of Blue Gem #4B349B

Color information

#4B349B (or 0x4B349B) is unknown color: approx Blue Gem. HEX triplet: 4B, 34 and 9B. RGB value is (75,52,155). Sum of RGB (Red+Green+Blue) = 75+52+155=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B349B is #B4CB64. Grayscale: #464646. Windows color (decimal): -11848549 or 10171467. OLE color: 10171467.

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

Color convert

RGB7552155-
CMYK0.520.6600.39
HSL253.4º49.76%40.59%-
HSV(B)253.4º66.45%60.78%-
XYZ10.056.3231.7-
YUV70.62175.62131.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.60%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=26.60%
G=18.44%
B=54.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75521550.520.6600.39253.449.7640.59
Hex4B349B3442027fd3229
Octal11364233641020473756251
Binary1001011110100100110111101001000010010011111111101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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