#4D408A

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

Shades of Blue Gem #4D408A

Tints of Blue Gem #4D408A

Color information

#4D408A (or 0x4D408A) is unknown color: approx Blue Gem. HEX triplet: 4D, 40 and 8A. RGB value is (77,64,138). Sum of RGB (Red+Green+Blue) = 77+64+138=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408A is #B2BF75. Grayscale: #4C4C4C. Windows color (decimal): -11714422 or 9060429. OLE color: 9060429.

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

Color convert

RGB7764138-
CMYK0.440.5400.46
HSL250.54º36.63%39.61%-
HSV(B)250.54º53.62%54.12%-
XYZ9.487.0824.91-
YUV76.32162.81128.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.60%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=27.60%
G=22.94%
B=49.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77641380.440.5400.46250.5436.6339.61
Hex4D408A2C3602Efb2528
Octal11510021254660563734550
Binary1001101100000010001010101100110110010111011111011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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