#4D389C

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

Shades of Blue Gem #4D389C

Tints of Blue Gem #4D389C

Color information

#4D389C (or 0x4D389C) is unknown color: approx Blue Gem. HEX triplet: 4D, 38 and 9C. RGB value is (77,56,156). Sum of RGB (Red+Green+Blue) = 77+56+156=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D389C is #B2C763. Grayscale: #494949. Windows color (decimal): -11716452 or 10238029. OLE color: 10238029.

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

Color convert

RGB7756156-
CMYK0.510.6400.39
HSL252.6º47.17%41.57%-
HSV(B)252.6º64.1%61.18%-
XYZ10.486.8132.21-
YUV73.68174.46130.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=26.64%
G=19.38%
B=53.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77561560.510.6400.39252.647.1741.57
Hex4D389C3340027fd2f2a
Octal11570234631000473755752
Binary1001101111000100111001100111000000010011111111101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,56,156); }

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

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

 a { background-color: rgb(77,56,156); }

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

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

 span { border-color: rgb(77,56,156); }

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