#476281

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

Shades of Wedgewood #476281

Tints of Wedgewood #476281

Color information

#476281 (or 0x476281) is unknown color: approx Wedgewood. HEX triplet: 47, 62 and 81. RGB value is (71,98,129). Sum of RGB (Red+Green+Blue) = 71+98+129=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #476281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476281 is #B89D7E. Grayscale: #5D5D5D. Windows color (decimal): -12098943 or 8479303. OLE color: 8479303.

HSL color Cylindrical-coordinate representation of color #476281: hue angle of 212.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476281 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7198129-
CMYK0.450.2400.49
HSL212.07º29%39.22%-
HSV(B)212.07º44.96%50.59%-
XYZ10.9311.6622.44-
YUV93.46148.05111.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=23.83%
G=32.89%
B=43.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71981290.450.2400.49212.072939.22
Hex4762812D18031d41d27
Octal10714220155300613243547
Binary10001111100010100000011011011100001100011101010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476281; }

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

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

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

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

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

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

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

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