#4D417B

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

Shades of Gigas #4D417B

Tints of Gigas #4D417B

Color information

#4D417B (or 0x4D417B) is unknown color: approx Gigas. HEX triplet: 4D, 41 and 7B. RGB value is (77,65,123). Sum of RGB (Red+Green+Blue) = 77+65+123=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D417B is #B2BE84. Grayscale: #4A4A4A. Windows color (decimal): -11714181 or 8077645. OLE color: 8077645.

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

Color convert

RGB7765123-
CMYK0.370.4700.52
HSL252.41º30.85%36.86%-
HSV(B)252.41º47.15%48.24%-
XYZ8.536.7919.6-
YUV75.2154.98129.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.06%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=29.06%
G=24.53%
B=46.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77651230.370.4700.52252.4130.8536.86
Hex4D417B252F034fc1f25
Octal11510117345570643743745
Binary10011011000001111101110010110111101101001111110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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