#476581

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

Shades of Wedgewood #476581

Tints of Wedgewood #476581

Color information

#476581 (or 0x476581) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 81. RGB value is (71,101,129). Sum of RGB (Red+Green+Blue) = 71+101+129=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #476581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476581 is #B89A7E. Grayscale: #5F5F5F. Windows color (decimal): -12098175 or 8480071. OLE color: 8480071.

HSL color Cylindrical-coordinate representation of color #476581: hue angle of 208.97º 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 #476581 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71101129-
CMYK0.450.2200.49
HSL208.97º29%39.22%-
HSV(B)208.97º44.96%50.59%-
XYZ11.2112.2322.54-
YUV95.22147.06110.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 129 (50.78% from 255) = 42.86%
R=23.59%
G=33.55%
B=42.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711011290.450.2200.49208.972939.22
Hex4765812D16031d11d27
Octal10714520155260613213547
Binary10001111100101100000011011011011001100011101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476581; }

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

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

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

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

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

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

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

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