#476279

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

Shades of Wedgewood #476279

Tints of Wedgewood #476279

Color information

#476279 (or 0x476279) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 79. RGB value is (71,98,121). Sum of RGB (Red+Green+Blue) = 71+98+121=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #476279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476279 is #B89D86. Grayscale: #5C5C5C. Windows color (decimal): -12098951 or 7955015. OLE color: 7955015.

HSL color Cylindrical-coordinate representation of color #476279: hue angle of 207.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476279 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7198121-
CMYK0.410.1900.53
HSL207.6º26.04%37.65%-
HSV(B)207.6º41.32%47.45%-
XYZ10.4211.4619.75-
YUV92.55144.05112.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=24.48%
G=33.79%
B=41.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71981210.410.1900.53207.626.0437.65
Hex4762792913035d01a26
Octal10714217151230653203246
Binary1000111110001011110011010011001101101011101000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476279; }

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

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

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

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

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

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

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

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