Html Css Color HEX #4D4478 Victoria

📋 copy color: '#4D4478'

red 77 ◦ green 68 ◦ blue 120

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

Shades of Victoria #4D4478

Tints of Victoria #4D4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 29.06%
G = 25.66%
B = 45.28%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D4478 (or 0x4D4478) is known color: Victoria. HEX triplet: 4D, 44 and 78. RGB value is (77,68,120). Sum of RGB (Red+Green+Blue) = 77+68+120=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4478 is #B2BB87. Grayscale: #4C4C4C. Windows color (decimal): -11713416 or 7881805. OLE color: 7881805.

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

Color convert

RGB 77 68 120 -
CMYK 0.36 0.43 0 0.53
HSL 250.38º 0.28% 0.37% -
HSV(B) 250.38º 0.43% 0.47% -
XYZ 8.52 7.07 18.68 -
YUV 76.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 77 68 120 0.36 0.43 0 0.53 250.38 0.28 0.37
Hex 4D 44 78 24 2B 0 35 FA 1C 25
Octal 115 104 170 44 53 0 65 372 34 45
Binary 1001101 1000100 1111000 100100 101011 0 110101 11111010 11100 100101

Color Harmonies of #4D4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4478

Black with #4D4478

Text Example


Text Example

White with #4D4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,120); }

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

background-color css

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

 a { background-color: rgb(77,68,120); }

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

border-color css

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

 span { border-color: rgb(77,68,120); }

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