Html Css Color HEX #4D4377 Victoria

📋 copy color: '#4D4377'

red 77 ◦ green 67 ◦ blue 119

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

Shades of Victoria #4D4377

Tints of Victoria #4D4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 29.28%
G = 25.48%
B = 45.25%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D4377 (or 0x4D4377) is known color: Victoria. HEX triplet: 4D, 43 and 77. RGB value is (77,67,119). Sum of RGB (Red+Green+Blue) = 77+67+119=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D4377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4377 is #B2BC88. Grayscale: #4B4B4B. Windows color (decimal): -11713673 or 7816013. OLE color: 7816013.

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

Color convert

RGB 77 67 119 -
CMYK 0.35 0.44 0 0.53
HSL 251.54º 0.28% 0.36% -
HSV(B) 251.54º 0.44% 0.47% -
XYZ 8.4 6.92 18.35 -
YUV 75.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 77 67 119 0.35 0.44 0 0.53 251.54 0.28 0.36
Hex 4D 43 77 23 2C 0 35 FC 1C 24
Octal 115 103 167 43 54 0 65 374 34 44
Binary 1001101 1000011 1110111 100011 101100 0 110101 11111100 11100 100100

Color Harmonies of #4D4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4377

Black with #4D4377

Text Example


Text Example

White with #4D4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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