Html Css Color HEX #4D3F80 Gigas

📋 copy color: '#4D3F80'

red 77 ◦ green 63 ◦ blue 128

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

Shades of Gigas #4D3F80

Tints of Gigas #4D3F80

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 128 (50.39% from 255) = 47.76%

R = 28.73%
G = 23.51%
B = 47.76%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D3F80 (or 0x4D3F80) is known color: Gigas. HEX triplet: 4D, 3F and 80. RGB value is (77,63,128). Sum of RGB (Red+Green+Blue) = 77+63+128=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D3F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F80 is #B2C07F. Grayscale: #4A4A4A. Windows color (decimal): -11714688 or 8404813. OLE color: 8404813.

HSL color Cylindrical-coordinate representation of color #4D3F80: hue angle of 252.92º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D3F80 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 63 128 -
CMYK 0.40 0.51 0 0.50
HSL 252.92º 0.34% 0.37% -
HSV(B) 252.92º 0.51% 0.5% -
XYZ 8.73 6.69 21.25 -
YUV 74.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 77 63 128 0.40 0.51 0 0.50 252.92 0.34 0.37
Hex 4D 3F 80 28 33 0 32 FD 22 25
Octal 115 77 200 50 63 0 62 375 42 45
Binary 1001101 111111 10000000 101000 110011 0 110010 11111101 100010 100101

Color Harmonies of #4D3F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F80

Black with #4D3F80

Text Example


Text Example

White with #4D3F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,128); }

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

background-color css

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

 a { background-color: rgb(77,63,128); }

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

border-color css

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

 span { border-color: rgb(77,63,128); }

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