#4D408E

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

Shades of Blue Gem #4D408E

Tints of Blue Gem #4D408E

Color information

#4D408E (or 0x4D408E) is unknown color: approx Blue Gem. HEX triplet: 4D, 40 and 8E. RGB value is (77,64,142). Sum of RGB (Red+Green+Blue) = 77+64+142=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408E is #B2BF71. Grayscale: #4C4C4C. Windows color (decimal): -11714418 or 9322573. OLE color: 9322573.

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

Color convert

RGB7764142-
CMYK0.460.5500.44
HSL250º37.86%40.39%-
HSV(B)250º54.93%55.69%-
XYZ9.787.226.47-
YUV76.78164.81128.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 142 (55.86% from 255) = 50.18%
R=27.21%
G=22.61%
B=50.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77641420.460.5500.4425037.8640.39
Hex4D408E2E3702Cfa2628
Octal11510021656670543724650
Binary1001101100000010001110101110110111010110011111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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