#476B88

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

Shades of Wedgewood #476B88

Tints of Wedgewood #476B88

Color information

#476B88 (or 0x476B88) is unknown color: approx Wedgewood. HEX triplet: 47, 6B and 88. RGB value is (71,107,136). Sum of RGB (Red+Green+Blue) = 71+107+136=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #476B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B88 is #B89477. Grayscale: #636363. Windows color (decimal): -12096632 or 8940359. OLE color: 8940359.

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

Color convert

RGB71107136-
CMYK0.480.2100.47
HSL206.77º31.4%40.59%-
HSV(B)206.77º47.79%53.33%-
XYZ12.313.6325.28-
YUV99.54148.57107.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=22.61%
G=34.08%
B=43.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711071360.480.2100.47206.7731.440.59
Hex476B88301502Fcf1f29
Octal10715321060250573173751
Binary10001111101011100010001100001010101011111100111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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