Html Css Color HEX #4D417B Gigas

📋 copy color: '#4D417B'

red 77 ◦ green 65 ◦ blue 123

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

Shades of Gigas #4D417B

Tints of Gigas #4D417B

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 value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D417B (or 0x4D417B) is known color: 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

RGB 77 65 123 -
CMYK 0.37 0.47 0 0.52
HSL 252.41º 0.31% 0.37% -
HSV(B) 252.41º 0.47% 0.48% -
XYZ 8.53 6.79 19.6 -
YUV 75.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 77 65 123 0.37 0.47 0 0.52 252.41 0.31 0.37
Hex 4D 41 7B 25 2F 0 34 FC 1F 25
Octal 115 101 173 45 57 0 64 374 37 45
Binary 1001101 1000001 1111011 100101 101111 0 110100 11111100 11111 100101

Color Harmonies of #4D417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D417B

Black with #4D417B

Text Example


Text Example

White with #4D417B

Text Example


Text Example

HTML Codes & Css Web 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>