#4C6480

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

Shades of Wedgewood #4C6480

Tints of Wedgewood #4C6480

Color information

#4C6480 (or 0x4C6480) is unknown color: approx Wedgewood. HEX triplet: 4C, 64 and 80. RGB value is (76,100,128). Sum of RGB (Red+Green+Blue) = 76+100+128=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C6480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6480 is #B39B7F. Grayscale: #5F5F5F. Windows color (decimal): -11770752 or 8414284. OLE color: 8414284.

HSL color Cylindrical-coordinate representation of color #4C6480: hue angle of 212.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C6480 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB76100128-
CMYK0.410.2200.50
HSL212.31º25.49%40%-
HSV(B)212.31º40.62%50.2%-
XYZ11.4312.2122.18-
YUV96.02146.05113.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=25%
G=32.89%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761001280.410.2200.50212.3125.4940
Hex4C64802916032d41928
Octal11414420051260623243150
Binary10011001100100100000001010011011001100101101010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,100,128); }

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

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

 a { background-color: rgb(76,100,128); }

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

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

 span { border-color: rgb(76,100,128); }

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