#4D487B

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

Shades of Victoria #4D487B

Tints of Victoria #4D487B

Color information

#4D487B (or 0x4D487B) is unknown color: approx Victoria. HEX triplet: 4D, 48 and 7B. RGB value is (77,72,123). Sum of RGB (Red+Green+Blue) = 77+72+123=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D487B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D487B is #B2B784. Grayscale: #4F4F4F. Windows color (decimal): -11712389 or 8079437. OLE color: 8079437.

HSL color Cylindrical-coordinate representation of color #4D487B: hue angle of 245.88º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D487B is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7772123-
CMYK0.370.4100.52
HSL245.88º26.15%38.24%-
HSV(B)245.88º41.46%48.24%-
XYZ8.957.6419.74-
YUV79.31152.66126.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=28.31%
G=26.47%
B=45.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77721230.370.4100.52245.8826.1538.24
Hex4D487B2529034f61a26
Octal11511017345510643663246
Binary10011011001000111101110010110100101101001111011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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