#4C4A82

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

Shades of Victoria #4C4A82

Tints of Victoria #4C4A82

Color information

#4C4A82 (or 0x4C4A82) is unknown color: approx Victoria. HEX triplet: 4C, 4A and 82. RGB value is (76,74,130). Sum of RGB (Red+Green+Blue) = 76+74+130=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C4A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4A82 is #B3B57D. Grayscale: #505050. Windows color (decimal): -11777406 or 8538700. OLE color: 8538700.

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

Color convert

RGB7674130-
CMYK0.420.4300.49
HSL242.14º27.45%40%-
HSV(B)242.14º43.08%50.98%-
XYZ9.468.0522.17-
YUV80.98155.66124.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.14%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=27.14%
G=26.43%
B=46.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76741300.420.4300.49242.1427.4540
Hex4C4A822A2B031f21b28
Octal11411220252530613623350
Binary100110010010101000001010101010101101100011111001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,130); }

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

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

 a { background-color: rgb(76,74,130); }

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

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

 span { border-color: rgb(76,74,130); }

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