Html Css Color HEX #4D4577 Victoria

📋 copy color: '#4D4577'

red 77 ◦ green 69 ◦ blue 119

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

Shades of Victoria #4D4577

Tints of Victoria #4D4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 29.06%
G = 26.04%
B = 44.91%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D4577 (or 0x4D4577) is known color: Victoria. HEX triplet: 4D, 45 and 77. RGB value is (77,69,119). Sum of RGB (Red+Green+Blue) = 77+69+119=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D4577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4577 is #B2BA88. Grayscale: #4C4C4C. Windows color (decimal): -11713161 or 7816525. OLE color: 7816525.

HSL color Cylindrical-coordinate representation of color #4D4577: hue angle of 249.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D4577 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 69 119 -
CMYK 0.35 0.42 0 0.53
HSL 249.6º 0.27% 0.37% -
HSV(B) 249.6º 0.42% 0.47% -
XYZ 8.52 7.17 18.39 -
YUV 77.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 77 69 119 0.35 0.42 0 0.53 249.6 0.27 0.37
Hex 4D 45 77 23 2A 0 35 FA 1B 25
Octal 115 105 167 43 52 0 65 372 33 45
Binary 1001101 1000101 1110111 100011 101010 0 110101 11111010 11011 100101

Color Harmonies of #4D4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4577

Black with #4D4577

Text Example


Text Example

White with #4D4577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,119); }

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

background-color css

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

 a { background-color: rgb(77,69,119); }

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

border-color css

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

 span { border-color: rgb(77,69,119); }

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