#476D92

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

Shades of Wedgewood #476D92

Tints of Wedgewood #476D92

Color information

#476D92 (or 0x476D92) is unknown color: approx Wedgewood. HEX triplet: 47, 6D and 92. RGB value is (71,109,146). Sum of RGB (Red+Green+Blue) = 71+109+146=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #476D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D92 is #B8926D. Grayscale: #656565. Windows color (decimal): -12096110 or 9596231. OLE color: 9596231.

HSL color Cylindrical-coordinate representation of color #476D92: hue angle of 209.6º 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 #476D92 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71109146-
CMYK0.510.2500.43
HSL209.6º34.56%42.55%-
HSV(B)209.6º51.37%57.25%-
XYZ13.2614.3529.27-
YUV101.86152.91105.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=21.78%
G=33.44%
B=44.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711091460.510.2500.43209.634.5642.55
Hex476D92331902Bd2232b
Octal10715522263310533224353
Binary100011111011011001001011001111001010101111010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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