#476F89

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

Shades of Wedgewood #476F89

Tints of Wedgewood #476F89

Color information

#476F89 (or 0x476F89) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 89. RGB value is (71,111,137). Sum of RGB (Red+Green+Blue) = 71+111+137=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #476F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F89 is #B89076. Grayscale: #656565. Windows color (decimal): -12095607 or 9006919. OLE color: 9006919.

HSL color Cylindrical-coordinate representation of color #476F89: hue angle of 203.64º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #476F89 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB71111137-
CMYK0.480.1900.46
HSL203.64º31.73%40.78%-
HSV(B)203.64º48.18%53.73%-
XYZ12.814.5125.79-
YUV102147.75105.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=22.26%
G=34.80%
B=42.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711111370.480.1900.46203.6431.7340.78
Hex476F89301302Ecc2029
Octal10715721160230563144051
Binary100011111011111000100111000010011010111011001100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,137); }

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

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

 a { background-color: rgb(71,111,137); }

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

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

 span { border-color: rgb(71,111,137); }

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