#4D457D

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

Shades of Victoria #4D457D

Tints of Victoria #4D457D

Color information

#4D457D (or 0x4D457D) is unknown color: approx Victoria. HEX triplet: 4D, 45 and 7D. RGB value is (77,69,125). Sum of RGB (Red+Green+Blue) = 77+69+125=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D457D is #B2BA82. Grayscale: #4D4D4D. Windows color (decimal): -11713155 or 8209741. OLE color: 8209741.

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

Color convert

RGB7769125-
CMYK0.380.4500.51
HSL248.57º28.87%38.04%-
HSV(B)248.57º44.8%49.02%-
XYZ8.897.3120.35-
YUV77.78154.65127.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.41%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=28.41%
G=25.46%
B=46.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77691250.380.4500.51248.5728.8738.04
Hex4D457D262D033f91d26
Octal11510517546550633713546
Binary10011011000101111110110011010110101100111111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,125); }

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

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

 a { background-color: rgb(77,69,125); }

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

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

 span { border-color: rgb(77,69,125); }

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