#4D408B

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

Shades of Blue Gem #4D408B

Tints of Blue Gem #4D408B

Color information

#4D408B (or 0x4D408B) is unknown color: approx Blue Gem. HEX triplet: 4D, 40 and 8B. RGB value is (77,64,139). Sum of RGB (Red+Green+Blue) = 77+64+139=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408B is #B2BF74. Grayscale: #4C4C4C. Windows color (decimal): -11714421 or 9125965. OLE color: 9125965.

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

Color convert

RGB7764139-
CMYK0.450.5400.45
HSL250.4º36.95%39.8%-
HSV(B)250.4º53.96%54.51%-
XYZ9.557.1125.29-
YUV76.44163.31128.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 139 (54.69% from 255) = 49.64%
R=27.5%
G=22.86%
B=49.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77641390.450.5400.45250.436.9539.8
Hex4D408B2D3602Dfa2528
Octal11510021355660553724550
Binary1001101100000010001011101101110110010110111111010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,139); }

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

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

 a { background-color: rgb(77,64,139); }

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

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

 span { border-color: rgb(77,64,139); }

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