#4D408D

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

Shades of Blue Gem #4D408D

Tints of Blue Gem #4D408D

Color information

#4D408D (or 0x4D408D) is unknown color: approx Blue Gem. HEX triplet: 4D, 40 and 8D. RGB value is (77,64,141). Sum of RGB (Red+Green+Blue) = 77+64+141=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408D is #B2BF72. Grayscale: #4C4C4C. Windows color (decimal): -11714419 or 9257037. OLE color: 9257037.

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

Color convert

RGB7764141-
CMYK0.450.5500.45
HSL250.13º37.56%40.2%-
HSV(B)250.13º54.61%55.29%-
XYZ9.77.1726.07-
YUV76.66164.31128.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.30%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 141 (55.47% from 255) = 50%
R=27.30%
G=22.70%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77641410.450.5500.45250.1337.5640.2
Hex4D408D2D3702Dfa2628
Octal11510021555670553724650
Binary1001101100000010001101101101110111010110111111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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