Html Css Color HEX #4D417F Gigas

📋 copy color: '#4D417F'

red 77 ◦ green 65 ◦ blue 127

#4D417F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #4D417F

Tints of Gigas #4D417F

RGB

 RED value IS 77 (30.47% from 255) = 28.62%

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 28.62%
G = 24.16%
B = 47.21%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D417F (or 0x4D417F) is known color: Gigas. HEX triplet: 4D, 41 and 7F. RGB value is (77,65,127). Sum of RGB (Red+Green+Blue) = 77+65+127=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D417F is #B2BE80. Grayscale: #4B4B4B. Windows color (decimal): -11714177 or 8339789. OLE color: 8339789.

HSL color Cylindrical-coordinate representation of color #4D417F: hue angle of 251.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D417F is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 65 127 -
CMYK 0.39 0.49 0 0.50
HSL 251.61º 0.32% 0.38% -
HSV(B) 251.61º 0.49% 0.5% -
XYZ 8.78 6.89 20.95 -
YUV 75.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 77 65 127 0.39 0.49 0 0.50 251.61 0.32 0.38
Hex 4D 41 7F 27 31 0 32 FC 20 26
Octal 115 101 177 47 61 0 62 374 40 46
Binary 1001101 1000001 1111111 100111 110001 0 110010 11111100 100000 100110

Color Harmonies of #4D417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D417F

Black with #4D417F

Text Example


Text Example

White with #4D417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D417F;
 }
 .AnyTagClassName
 {
   color: #4D417F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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