#4D437C

Color #4D437C Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #4D437C

Tints of Victoria #4D437C

Color information

#4D437C (or 0x4D437C) is unknown color: approx Victoria. HEX triplet: 4D, 43 and 7C. RGB value is (77,67,124). Sum of RGB (Red+Green+Blue) = 77+67+124=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D437C is #B2BC83. Grayscale: #4C4C4C. Windows color (decimal): -11713668 or 8143693. OLE color: 8143693.

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

Color convert

RGB7767124-
CMYK0.380.4600.51
HSL250.53º29.84%37.45%-
HSV(B)250.53º45.97%48.63%-
XYZ8.717.0519.97-
YUV76.49154.81128.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.73%
GREEN value IS 67 (26.56% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 46.27%
R=28.73%
G=25%
B=46.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77671240.380.4600.51250.5329.8437.45
Hex4D437C262E033fb1e25
Octal11510317446560633733645
Binary10011011000011111110010011010111001100111111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D437C;
 }
 .AnyTagClassName
 {
   color: #4D437C;
 }
</style>
background-color css

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

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

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

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

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

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