#476F92

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

Shades of Wedgewood #476F92

Tints of Wedgewood #476F92

Color information

#476F92 (or 0x476F92) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 92. RGB value is (71,111,146). Sum of RGB (Red+Green+Blue) = 71+111+146=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #476F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F92 is #B8906D. Grayscale: #666666. Windows color (decimal): -12095598 or 9596743. OLE color: 9596743.

HSL color Cylindrical-coordinate representation of color #476F92: hue angle of 208º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476F92 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71111146-
CMYK0.510.2400.43
HSL208º34.56%42.55%-
HSV(B)208º51.37%57.25%-
XYZ13.4714.7829.34-
YUV103.03152.25105.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=21.65%
G=33.84%
B=44.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711111460.510.2400.4320834.5642.55
Hex476F92331802Bd0232b
Octal10715722263300533204353
Binary100011111011111001001011001111000010101111010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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