#476588

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

Shades of Wedgewood #476588

Tints of Wedgewood #476588

Color information

#476588 (or 0x476588) is unknown color: approx Wedgewood. HEX triplet: 47, 65 and 88. RGB value is (71,101,136). Sum of RGB (Red+Green+Blue) = 71+101+136=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #476588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476588 is #B89A77. Grayscale: #5F5F5F. Windows color (decimal): -12098168 or 8938823. OLE color: 8938823.

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

Color convert

RGB71101136-
CMYK0.480.2600.47
HSL212.31º31.4%40.59%-
HSV(B)212.31º47.79%53.33%-
XYZ11.712.4225.07-
YUV96.02150.56110.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=23.05%
G=32.79%
B=44.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711011360.480.2600.47212.3131.440.59
Hex476588301A02Fd41f29
Octal10714521060320573243751
Binary10001111100101100010001100001101001011111101010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476588; }

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

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

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

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

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

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

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

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