#4C487D

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

Shades of Victoria #4C487D

Tints of Victoria #4C487D

Color information

#4C487D (or 0x4C487D) is unknown color: approx Victoria. HEX triplet: 4C, 48 and 7D. RGB value is (76,72,125). Sum of RGB (Red+Green+Blue) = 76+72+125=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C487D is #B3B782. Grayscale: #4F4F4F. Windows color (decimal): -11777923 or 8210508. OLE color: 8210508.

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

Color convert

RGB7672125-
CMYK0.390.4200.51
HSL244.53º26.9%38.63%-
HSV(B)244.53º42.4%49.02%-
XYZ97.6520.4-
YUV79.24153.83125.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=27.84%
G=26.37%
B=45.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76721250.390.4200.51244.5326.938.63
Hex4C487D272A033f51b27
Octal11411017547520633653347
Binary10011001001000111110110011110101001100111111010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,125); }

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

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

 a { background-color: rgb(76,72,125); }

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

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

 span { border-color: rgb(76,72,125); }

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