Html Css Color HEX #4D4984 Victoria

📋 copy color: '#4D4984'

red 77 ◦ green 73 ◦ blue 132

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

Shades of Victoria #4D4984

Tints of Victoria #4D4984

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 27.3%
G = 25.89%
B = 46.81%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D4984 (or 0x4D4984) is known color: Victoria. HEX triplet: 4D, 49 and 84. RGB value is (77,73,132). Sum of RGB (Red+Green+Blue) = 77+73+132=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D4984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4984 is #B2B67B. Grayscale: #505050. Windows color (decimal): -11712124 or 8669517. OLE color: 8669517.

HSL color Cylindrical-coordinate representation of color #4D4984: hue angle of 244.07º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4984 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 73 132 -
CMYK 0.42 0.45 0 0.48
HSL 244.07º 0.29% 0.4% -
HSV(B) 244.07º 0.45% 0.52% -
XYZ 9.61 8.01 22.87 -
YUV 80.92 156.83 125.2 -
System Red Green Blue C M Y K H S L
Decimal 77 73 132 0.42 0.45 0 0.48 244.07 0.29 0.4
Hex 4D 49 84 2A 2D 0 30 F4 1D 28
Octal 115 111 204 52 55 0 60 364 35 50
Binary 1001101 1001001 10000100 101010 101101 0 110000 11110100 11101 101000

Color Harmonies of #4D4984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4984

Black with #4D4984

Text Example


Text Example

White with #4D4984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,132); }

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

background-color css

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

 a { background-color: rgb(77,73,132); }

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

border-color css

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

 span { border-color: rgb(77,73,132); }

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