Html Css Color HEX #4D4378 Victoria

📋 copy color: '#4D4378'

red 77 ◦ green 67 ◦ blue 120

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

Shades of Victoria #4D4378

Tints of Victoria #4D4378

RGB

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

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

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

R = 29.17%
G = 25.38%
B = 45.45%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D4378 (or 0x4D4378) is known color: Victoria. HEX triplet: 4D, 43 and 78. RGB value is (77,67,120). Sum of RGB (Red+Green+Blue) = 77+67+120=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4378 is #B2BC87. Grayscale: #4B4B4B. Windows color (decimal): -11713672 or 7881549. OLE color: 7881549.

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

Color convert

RGB 77 67 120 -
CMYK 0.36 0.44 0 0.53
HSL 251.32º 0.28% 0.37% -
HSV(B) 251.32º 0.44% 0.47% -
XYZ 8.46 6.95 18.66 -
YUV 76.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 77 67 120 0.36 0.44 0 0.53 251.32 0.28 0.37
Hex 4D 43 78 24 2C 0 35 FB 1C 25
Octal 115 103 170 44 54 0 65 373 34 45
Binary 1001101 1000011 1111000 100100 101100 0 110101 11111011 11100 100101

Color Harmonies of #4D4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4378

Black with #4D4378

Text Example


Text Example

White with #4D4378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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