#506476

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

Shades of Wedgewood #506476

Tints of Wedgewood #506476

Color information

#506476 (or 0x506476) is unknown color: approx Wedgewood. HEX triplet: 50, 64 and 76. RGB value is (80,100,118). Sum of RGB (Red+Green+Blue) = 80+100+118=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #506476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506476 is #AF9B89. Grayscale: #5F5F5F. Windows color (decimal): -11508618 or 7758928. OLE color: 7758928.

HSL color Cylindrical-coordinate representation of color #506476: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #506476 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB80100118-
CMYK0.320.1500.54
HSL208.42º19.19%38.82%-
HSV(B)208.42º32.2%46.27%-
XYZ11.1412.1318.89-
YUV96.07140.37116.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=26.85%
G=33.56%
B=39.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801001180.320.1500.54208.4219.1938.82
Hex50647620F036d01327
Octal12014416640170663202347
Binary101000011001001110110100000111101101101101000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506476; }

 p { color: rgb(80,100,118); }

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

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

 a { background-color: rgb(80,100,118); }

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

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

 span { border-color: rgb(80,100,118); }

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