Html Css Color HEX #4D4681 Victoria

📋 copy color: '#4D4681'

red 77 ◦ green 70 ◦ blue 129

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

Shades of Victoria #4D4681

Tints of Victoria #4D4681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 27.9%
G = 25.36%
B = 46.74%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D4681 (or 0x4D4681) is known color: Victoria. HEX triplet: 4D, 46 and 81. RGB value is (77,70,129). Sum of RGB (Red+Green+Blue) = 77+70+129=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D4681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4681 is #B2B97E. Grayscale: #4E4E4E. Windows color (decimal): -11712895 or 8472141. OLE color: 8472141.

HSL color Cylindrical-coordinate representation of color #4D4681: hue angle of 247.12º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D4681 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 70 129 -
CMYK 0.40 0.46 0 0.49
HSL 247.12º 0.3% 0.39% -
HSV(B) 247.12º 0.46% 0.51% -
XYZ 9.21 7.54 21.74 -
YUV 78.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 77 70 129 0.40 0.46 0 0.49 247.12 0.3 0.39
Hex 4D 46 81 28 2E 0 31 F7 1E 27
Octal 115 106 201 50 56 0 61 367 36 47
Binary 1001101 1000110 10000001 101000 101110 0 110001 11110111 11110 100111

Color Harmonies of #4D4681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4681

Black with #4D4681

Text Example


Text Example

White with #4D4681

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,129); }

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

background-color css

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

 a { background-color: rgb(77,70,129); }

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

border-color css

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

 span { border-color: rgb(77,70,129); }

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