Html Css Color HEX #4D4A82 Victoria

📋 copy color: '#4D4A82'

red 77 ◦ green 74 ◦ blue 130

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

Shades of Victoria #4D4A82

Tints of Victoria #4D4A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 27.4%
G = 26.33%
B = 46.26%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4A82 (or 0x4D4A82) is known color: Victoria. HEX triplet: 4D, 4A and 82. RGB value is (77,74,130). Sum of RGB (Red+Green+Blue) = 77+74+130=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4A82 is #B2B57D. Grayscale: #515151. Windows color (decimal): -11711870 or 8538701. OLE color: 8538701.

HSL color Cylindrical-coordinate representation of color #4D4A82: hue angle of 243.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D4A82 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 74 130 -
CMYK 0.41 0.43 0 0.49
HSL 243.21º 0.27% 0.4% -
HSV(B) 243.21º 0.43% 0.51% -
XYZ 9.54 8.09 22.18 -
YUV 81.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 77 74 130 0.41 0.43 0 0.49 243.21 0.27 0.4
Hex 4D 4A 82 29 2B 0 31 F3 1B 28
Octal 115 112 202 51 53 0 61 363 33 50
Binary 1001101 1001010 10000010 101001 101011 0 110001 11110011 11011 101000

Color Harmonies of #4D4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4A82

Black with #4D4A82

Text Example


Text Example

White with #4D4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,74,130); }

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

background-color css

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

 a { background-color: rgb(77,74,130); }

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

border-color css

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

 span { border-color: rgb(77,74,130); }

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