#476787

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

Shades of Wedgewood #476787

Tints of Wedgewood #476787

Color information

#476787 (or 0x476787) is unknown color: approx Wedgewood. HEX triplet: 47, 67 and 87. RGB value is (71,103,135). Sum of RGB (Red+Green+Blue) = 71+103+135=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #476787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476787 is #B89878. Grayscale: #606060. Windows color (decimal): -12097657 or 8873799. OLE color: 8873799.

HSL color Cylindrical-coordinate representation of color #476787: hue angle of 210º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476787 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB71103135-
CMYK0.470.2400.47
HSL210º31.07%40.39%-
HSV(B)210º47.41%52.94%-
XYZ11.8212.7924.77-
YUV97.08149.4109.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=22.98%
G=33.33%
B=43.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711031350.470.2400.4721031.0740.39
Hex4767872F1802Fd21f28
Octal10714720757300573223750
Binary10001111100111100001111011111100001011111101001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476787; }

 p { color: rgb(71,103,135); }

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

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

 a { background-color: rgb(71,103,135); }

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

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

 span { border-color: rgb(71,103,135); }

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