Html Css Color HEX #4D487F Victoria

📋 copy color: '#4D487F'

red 77 ◦ green 72 ◦ blue 127

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

Shades of Victoria #4D487F

Tints of Victoria #4D487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 27.9%
G = 26.09%
B = 46.01%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D487F (or 0x4D487F) is known color: Victoria. HEX triplet: 4D, 48 and 7F. RGB value is (77,72,127). Sum of RGB (Red+Green+Blue) = 77+72+127=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D487F is #B2B780. Grayscale: #4F4F4F. Windows color (decimal): -11712385 or 8341581. OLE color: 8341581.

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

Color convert

RGB 77 72 127 -
CMYK 0.39 0.43 0 0.50
HSL 245.45º 0.28% 0.39% -
HSV(B) 245.45º 0.43% 0.5% -
XYZ 9.21 7.74 21.09 -
YUV 79.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 77 72 127 0.39 0.43 0 0.50 245.45 0.28 0.39
Hex 4D 48 7F 27 2B 0 32 F5 1C 27
Octal 115 110 177 47 53 0 62 365 34 47
Binary 1001101 1001000 1111111 100111 101011 0 110010 11110101 11100 100111

Color Harmonies of #4D487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D487F

Black with #4D487F

Text Example


Text Example

White with #4D487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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