#476F90

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

Shades of Wedgewood #476F90

Tints of Wedgewood #476F90

Color information

#476F90 (or 0x476F90) is unknown color: approx Wedgewood. HEX triplet: 47, 6F and 90. RGB value is (71,111,144). Sum of RGB (Red+Green+Blue) = 71+111+144=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #476F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476F90 is #B8906F. Grayscale: #666666. Windows color (decimal): -12095600 or 9465671. OLE color: 9465671.

HSL color Cylindrical-coordinate representation of color #476F90: hue angle of 207.12º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476F90 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB71111144-
CMYK0.510.2300.44
HSL207.12º33.95%42.16%-
HSV(B)207.12º50.69%56.47%-
XYZ13.3214.7228.53-
YUV102.8151.25105.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 111 (43.75% from 255) = 34.05%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=21.78%
G=34.05%
B=44.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal711111440.510.2300.44207.1233.9542.16
Hex476F90331702Ccf222a
Octal10715722063270543174252
Binary100011111011111001000011001110111010110011001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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