Html Css Color HEX #4D447E Victoria

📋 copy color: '#4D447E'

red 77 ◦ green 68 ◦ blue 126

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

Shades of Victoria #4D447E

Tints of Victoria #4D447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.49%

R = 28.41%
G = 25.09%
B = 46.49%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4D447E (or 0x4D447E) is known color: Victoria. HEX triplet: 4D, 44 and 7E. RGB value is (77,68,126). Sum of RGB (Red+Green+Blue) = 77+68+126=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447E is #B2BB81. Grayscale: #4D4D4D. Windows color (decimal): -11713410 or 8275021. OLE color: 8275021.

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

Color convert

RGB 77 68 126 -
CMYK 0.39 0.46 0 0.51
HSL 249.31º 0.3% 0.38% -
HSV(B) 249.31º 0.46% 0.49% -
XYZ 8.89 7.22 20.66 -
YUV 77.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 77 68 126 0.39 0.46 0 0.51 249.31 0.3 0.38
Hex 4D 44 7E 27 2E 0 33 F9 1E 26
Octal 115 104 176 47 56 0 63 371 36 46
Binary 1001101 1000100 1111110 100111 101110 0 110011 11111001 11110 100110

Color Harmonies of #4D447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D447E

Black with #4D447E

Text Example


Text Example

White with #4D447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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