#4B389D

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

Shades of Blue Gem #4B389D

Tints of Blue Gem #4B389D

Color information

#4B389D (or 0x4B389D) is unknown color: approx Blue Gem. HEX triplet: 4B, 38 and 9D. RGB value is (75,56,157). Sum of RGB (Red+Green+Blue) = 75+56+157=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B389D is #B4C762. Grayscale: #484848. Windows color (decimal): -11847523 or 10303563. OLE color: 10303563.

HSL color Cylindrical-coordinate representation of color #4B389D: hue angle of 251.29º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B389D is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7556157-
CMYK0.520.6400.38
HSL251.29º47.42%41.76%-
HSV(B)251.29º64.33%61.57%-
XYZ10.46.7632.65-
YUV73.19175.29129.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 56 (22.27% from 255) = 19.44%
BLUE value IS 157 (61.72% from 255) = 54.51%
R=26.04%
G=19.44%
B=54.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75561570.520.6400.38251.2947.4241.76
Hex4B389D3440026fb2f2a
Octal11370235641000463735752
Binary1001011111000100111011101001000000010011011111011101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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