#476D88

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

Shades of Wedgewood #476D88

Tints of Wedgewood #476D88

Color information

#476D88 (or 0x476D88) is unknown color: approx Wedgewood. HEX triplet: 47, 6D and 88. RGB value is (71,109,136). Sum of RGB (Red+Green+Blue) = 71+109+136=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #476D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D88 is #B89277. Grayscale: #646464. Windows color (decimal): -12096120 or 8940871. OLE color: 8940871.

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

Color convert

RGB71109136-
CMYK0.480.2000.47
HSL204.92º31.4%40.59%-
HSV(B)204.92º47.79%53.33%-
XYZ12.5114.0525.35-
YUV100.72147.91106.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=22.47%
G=34.49%
B=43.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711091360.480.2000.47204.9231.440.59
Hex476D88301402Fcd1f29
Octal10715521060240573153751
Binary10001111101101100010001100001010001011111100110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D88; }

 p { color: rgb(71,109,136); }

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

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

 a { background-color: rgb(71,109,136); }

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

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

 span { border-color: rgb(71,109,136); }

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