Html Css Color HEX #4D447F Victoria

📋 copy color: '#4D447F'

red 77 ◦ green 68 ◦ blue 127

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

Shades of Victoria #4D447F

Tints of Victoria #4D447F

RGB

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

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

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

R = 28.31%
G = 25%
B = 46.69%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D447F (or 0x4D447F) is known color: Victoria. HEX triplet: 4D, 44 and 7F. RGB value is (77,68,127). Sum of RGB (Red+Green+Blue) = 77+68+127=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D447F is #B2BB80. Grayscale: #4D4D4D. Windows color (decimal): -11713409 or 8340557. OLE color: 8340557.

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

Color convert

RGB 77 68 127 -
CMYK 0.39 0.46 0 0.50
HSL 249.15º 0.3% 0.38% -
HSV(B) 249.15º 0.46% 0.5% -
XYZ 8.96 7.24 21 -
YUV 77.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 77 68 127 0.39 0.46 0 0.50 249.15 0.3 0.38
Hex 4D 44 7F 27 2E 0 32 F9 1E 26
Octal 115 104 177 47 56 0 62 371 36 46
Binary 1001101 1000100 1111111 100111 101110 0 110010 11111001 11110 100110

Color Harmonies of #4D447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D447F

Black with #4D447F

Text Example


Text Example

White with #4D447F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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