Html Css Color HEX #4D447C Victoria

📋 copy color: '#4D447C'

red 77 ◦ green 68 ◦ blue 124

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

Shades of Victoria #4D447C

Tints of Victoria #4D447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.28%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 28.62%
G = 25.28%
B = 46.1%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D447C (or 0x4D447C) is known color: Victoria. HEX triplet: 4D, 44 and 7C. RGB value is (77,68,124). Sum of RGB (Red+Green+Blue) = 77+68+124=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447C is #B2BB83. Grayscale: #4C4C4C. Windows color (decimal): -11713412 or 8143949. OLE color: 8143949.

HSL color Cylindrical-coordinate representation of color #4D447C: hue angle of 249.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D447C is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 68 124 -
CMYK 0.38 0.45 0 0.51
HSL 249.64º 0.29% 0.38% -
HSV(B) 249.64º 0.45% 0.49% -
XYZ 8.77 7.17 19.99 -
YUV 77.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 77 68 124 0.38 0.45 0 0.51 249.64 0.29 0.38
Hex 4D 44 7C 26 2D 0 33 FA 1D 26
Octal 115 104 174 46 55 0 63 372 35 46
Binary 1001101 1000100 1111100 100110 101101 0 110011 11111010 11101 100110

Color Harmonies of #4D447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D447C

Black with #4D447C

Text Example


Text Example

White with #4D447C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,124); }

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

background-color css

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

 a { background-color: rgb(77,68,124); }

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

border-color css

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

 span { border-color: rgb(77,68,124); }

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