#4D437B

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

Shades of Victoria #4D437B

Tints of Victoria #4D437B

Color information

#4D437B (or 0x4D437B) is unknown color: approx Victoria. HEX triplet: 4D, 43 and 7B. RGB value is (77,67,123). Sum of RGB (Red+Green+Blue) = 77+67+123=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D437B is #B2BC84. Grayscale: #4C4C4C. Windows color (decimal): -11713669 or 8078157. OLE color: 8078157.

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

Color convert

RGB7767123-
CMYK0.370.4600.52
HSL250.71º29.47%37.25%-
HSV(B)250.71º45.53%48.24%-
XYZ8.647.0219.64-
YUV76.37154.31128.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 67 (26.56% from 255) = 25.09%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=28.84%
G=25.09%
B=46.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77671230.370.4600.52250.7129.4737.25
Hex4D437B252E034fb1d25
Octal11510317345560643733545
Binary10011011000011111101110010110111001101001111101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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