#476088

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

Shades of Wedgewood #476088

Tints of Wedgewood #476088

Color information

#476088 (or 0x476088) is unknown color: approx Wedgewood. HEX triplet: 47, 60 and 88. RGB value is (71,96,136). Sum of RGB (Red+Green+Blue) = 71+96+136=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #476088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476088 is #B89F77. Grayscale: #5C5C5C. Windows color (decimal): -12099448 or 8937543. OLE color: 8937543.

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

Color convert

RGB7196136-
CMYK0.480.2900.47
HSL216.92º31.4%40.59%-
HSV(B)216.92º47.79%53.33%-
XYZ11.2311.4824.92-
YUV93.08152.22112.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.43%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=23.43%
G=31.68%
B=44.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71961360.480.2900.47216.9231.440.59
Hex476088301D02Fd91f29
Octal10714021060350573313751
Binary10001111100000100010001100001110101011111101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476088; }

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

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

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

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

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

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

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

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