#476C93

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

Shades of Wedgewood #476C93

Tints of Wedgewood #476C93

Color information

#476C93 (or 0x476C93) is unknown color: approx Wedgewood. HEX triplet: 47, 6C and 93. RGB value is (71,108,147). Sum of RGB (Red+Green+Blue) = 71+108+147=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #476C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476C93 is #B8936C. Grayscale: #656565. Windows color (decimal): -12096365 or 9661511. OLE color: 9661511.

HSL color Cylindrical-coordinate representation of color #476C93: hue angle of 210.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476C93 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB71108147-
CMYK0.520.2700.42
HSL210.79º34.86%42.75%-
HSV(B)210.79º51.7%57.65%-
XYZ13.2314.1729.64-
YUV101.38153.74106.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=21.78%
G=33.13%
B=45.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711081470.520.2700.42210.7934.8642.75
Hex476C93341B02Ad3232b
Octal10715422364330523234353
Binary100011111011001001001111010011011010101011010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,108,147); }

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

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

 a { background-color: rgb(71,108,147); }

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

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

 span { border-color: rgb(71,108,147); }

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