Html Css Color HEX #4D437F Victoria

📋 copy color: '#4D437F'

red 77 ◦ green 67 ◦ blue 127

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

Shades of Victoria #4D437F

Tints of Victoria #4D437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.72%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 28.41%
G = 24.72%
B = 46.86%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D437F (or 0x4D437F) is known color: Victoria. HEX triplet: 4D, 43 and 7F. RGB value is (77,67,127). Sum of RGB (Red+Green+Blue) = 77+67+127=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D437F is #B2BC80. Grayscale: #4C4C4C. Windows color (decimal): -11713665 or 8340301. OLE color: 8340301.

HSL color Cylindrical-coordinate representation of color #4D437F: hue angle of 250º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D437F is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 67 127 -
CMYK 0.39 0.47 0 0.50
HSL 250º 0.31% 0.38% -
HSV(B) 250º 0.47% 0.5% -
XYZ 8.9 7.12 20.98 -
YUV 76.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 77 67 127 0.39 0.47 0 0.50 250 0.31 0.38
Hex 4D 43 7F 27 2F 0 32 FA 1F 26
Octal 115 103 177 47 57 0 62 372 37 46
Binary 1001101 1000011 1111111 100111 101111 0 110010 11111010 11111 100110

Color Harmonies of #4D437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D437F

Black with #4D437F

Text Example


Text Example

White with #4D437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,127); }

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

background-color css

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

 a { background-color: rgb(77,67,127); }

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

border-color css

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

 span { border-color: rgb(77,67,127); }

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