#476187

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

Shades of Wedgewood #476187

Tints of Wedgewood #476187

Color information

#476187 (or 0x476187) is unknown color: approx Wedgewood. HEX triplet: 47, 61 and 87. RGB value is (71,97,135). Sum of RGB (Red+Green+Blue) = 71+97+135=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #476187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476187 is #B89E78. Grayscale: #5D5D5D. Windows color (decimal): -12099193 or 8872263. OLE color: 8872263.

HSL color Cylindrical-coordinate representation of color #476187: hue angle of 215.62º 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 #476187 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7197135-
CMYK0.470.2800.47
HSL215.62º31.07%40.39%-
HSV(B)215.62º47.41%52.94%-
XYZ11.2511.6424.58-
YUV93.56151.39111.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 135 (53.12% from 255) = 44.55%
R=23.43%
G=32.01%
B=44.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71971350.470.2800.47215.6231.0740.39
Hex4761872F1C02Fd81f28
Octal10714120757340573303750
Binary10001111100001100001111011111110001011111101100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476187; }

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

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

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

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

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

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

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

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