Html Css Color HEX #4D4C82 Victoria

📋 copy color: '#4D4C82'

red 77 ◦ green 76 ◦ blue 130

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

Shades of Victoria #4D4C82

Tints of Victoria #4D4C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.86%

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

R = 27.21%
G = 26.86%
B = 45.94%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4C82 (or 0x4D4C82) is known color: Victoria. HEX triplet: 4D, 4C and 82. RGB value is (77,76,130). Sum of RGB (Red+Green+Blue) = 77+76+130=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4C82 is #B2B37D. Grayscale: #525252. Windows color (decimal): -11711358 or 8539213. OLE color: 8539213.

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

Color convert

RGB 77 76 130 -
CMYK 0.41 0.42 0 0.49
HSL 241.11º 0.26% 0.4% -
HSV(B) 241.11º 0.42% 0.51% -
XYZ 9.67 8.36 22.22 -
YUV 82.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 77 76 130 0.41 0.42 0 0.49 241.11 0.26 0.4
Hex 4D 4C 82 29 2A 0 31 F1 1A 28
Octal 115 114 202 51 52 0 61 361 32 50
Binary 1001101 1001100 10000010 101001 101010 0 110001 11110001 11010 101000

Color Harmonies of #4D4C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4C82

Black with #4D4C82

Text Example


Text Example

White with #4D4C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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