#4B348B

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

Shades of Blue Gem #4B348B

Tints of Blue Gem #4B348B

Color information

#4B348B (or 0x4B348B) is unknown color: approx Blue Gem. HEX triplet: 4B, 34 and 8B. RGB value is (75,52,139). Sum of RGB (Red+Green+Blue) = 75+52+139=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B348B is #B4CB74. Grayscale: #444444. Windows color (decimal): -11848565 or 9122891. OLE color: 9122891.

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

Color convert

RGB7552139-
CMYK0.460.6300.45
HSL255.86º45.55%37.45%-
HSV(B)255.86º62.59%54.51%-
XYZ8.795.8225.09-
YUV68.8167.62132.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.20%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=28.20%
G=19.55%
B=52.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75521390.460.6300.45255.8645.5537.45
Hex4B348B2E3F02D1002e25
Octal1136421356770554005645
Binary1001011110100100010111011101111110101101100000000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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