#476888

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

Shades of Wedgewood #476888

Tints of Wedgewood #476888

Color information

#476888 (or 0x476888) is unknown color: approx Wedgewood. HEX triplet: 47, 68 and 88. RGB value is (71,104,136). Sum of RGB (Red+Green+Blue) = 71+104+136=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #476888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476888 is #B89777. Grayscale: #616161. Windows color (decimal): -12097400 or 8939591. OLE color: 8939591.

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

Color convert

RGB71104136-
CMYK0.480.2400.47
HSL209.54º31.4%40.59%-
HSV(B)209.54º47.79%53.33%-
XYZ11.9913.0225.17-
YUV97.78149.57108.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 136 (53.52% from 255) = 43.73%
R=22.83%
G=33.44%
B=43.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711041360.480.2400.47209.5431.440.59
Hex476888301802Fd21f29
Octal10715021060300573223751
Binary10001111101000100010001100001100001011111101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476888; }

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

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

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

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

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

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

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

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