#476289

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

Shades of Wedgewood #476289

Tints of Wedgewood #476289

Color information

#476289 (or 0x476289) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 89. RGB value is (71,98,137). Sum of RGB (Red+Green+Blue) = 71+98+137=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #476289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476289 is #B89D76. Grayscale: #5E5E5E. Windows color (decimal): -12098935 or 9003591. OLE color: 9003591.

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

Color convert

RGB7198137-
CMYK0.480.2800.46
HSL215.45º31.73%40.78%-
HSV(B)215.45º48.18%53.73%-
XYZ11.4811.8825.36-
YUV94.37152.05111.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=23.20%
G=32.03%
B=44.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71981370.480.2800.46215.4531.7340.78
Hex476289301C02Ed72029
Octal10714221160340563274051
Binary100011111000101000100111000011100010111011010111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476289; }

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

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

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

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

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

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

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

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