#4D407B

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

Shades of Gigas #4D407B

Tints of Gigas #4D407B

Color information

#4D407B (or 0x4D407B) is unknown color: approx Gigas. HEX triplet: 4D, 40 and 7B. RGB value is (77,64,123). Sum of RGB (Red+Green+Blue) = 77+64+123=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D407B is #B2BF84. Grayscale: #4A4A4A. Windows color (decimal): -11714437 or 8077389. OLE color: 8077389.

HSL color Cylindrical-coordinate representation of color #4D407B: hue angle of 253.22º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D407B is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7764123-
CMYK0.370.4800.52
HSL253.22º31.55%36.67%-
HSV(B)253.22º47.97%48.24%-
XYZ8.476.6719.58-
YUV74.61155.31129.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=29.17%
G=24.24%
B=46.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77641230.370.4800.52253.2231.5536.67
Hex4D407B2530034fd2025
Octal11510017345600643754045
Binary100110110000001111011100101110000011010011111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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