#477296

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

Shades of Wedgewood #477296

Tints of Wedgewood #477296

Color information

#477296 (or 0x477296) is unknown color: approx Wedgewood. HEX triplet: 47, 72 and 96. RGB value is (71,114,150). Sum of RGB (Red+Green+Blue) = 71+114+150=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #477296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477296 is #B88D69. Grayscale: #696969. Windows color (decimal): -12094826 or 9859655. OLE color: 9859655.

HSL color Cylindrical-coordinate representation of color #477296: hue angle of 207.34º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #477296 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB71114150-
CMYK0.530.2400.41
HSL207.34º35.75%43.33%-
HSV(B)207.34º52.67%58.82%-
XYZ14.1215.5831.12-
YUV105.25153.25103.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.19%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 150 (58.98% from 255) = 44.78%
R=21.19%
G=34.03%
B=44.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711141500.530.2400.41207.3435.7543.33
Hex4772963518029cf242b
Octal10716222665300513174453
Binary100011111100101001011011010111000010100111001111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477296; }

 p { color: rgb(71,114,150); }

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

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

 a { background-color: rgb(71,114,150); }

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

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

 span { border-color: rgb(71,114,150); }

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