#4B388A

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

Shades of Blue Gem #4B388A

Tints of Blue Gem #4B388A

Color information

#4B388A (or 0x4B388A) is unknown color: approx Blue Gem. HEX triplet: 4B, 38 and 8A. RGB value is (75,56,138). Sum of RGB (Red+Green+Blue) = 75+56+138=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #4B388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B388A is #B4C775. Grayscale: #464646. Windows color (decimal): -11847542 or 9058379. OLE color: 9058379.

HSL color Cylindrical-coordinate representation of color #4B388A: hue angle of 253.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B388A is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7556138-
CMYK0.460.5900.46
HSL253.9º42.27%38.04%-
HSV(B)253.9º59.42%54.12%-
XYZ8.96.1624.76-
YUV71.03165.79130.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=27.88%
G=20.82%
B=51.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75561380.460.5900.46253.942.2738.04
Hex4B388A2E3B02Efe2a26
Octal1137021256730563765246
Binary100101111100010001010101110111011010111011111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,56,138); }

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

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

 a { background-color: rgb(75,56,138); }

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

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

 span { border-color: rgb(75,56,138); }

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