#47357A

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

Shades of Windsor #47357A

Tints of Windsor #47357A

Color information

#47357A (or 0x47357A) is unknown color: approx Windsor. HEX triplet: 47, 35 and 7A. RGB value is (71,53,122). Sum of RGB (Red+Green+Blue) = 71+53+122=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #47357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47357A is #B8CA85. Grayscale: #414141. Windows color (decimal): -12110470 or 8009031. OLE color: 8009031.

HSL color Cylindrical-coordinate representation of color #47357A: hue angle of 255.65º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47357A is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7153122-
CMYK0.420.5700.52
HSL255.65º39.43%34.31%-
HSV(B)255.65º56.56%47.84%-
XYZ7.385.2919.04-
YUV66.25159.46131.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=28.86%
G=21.54%
B=49.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71531220.420.5700.52255.6539.4334.31
Hex47357A2A390341002722
Octal1076517252710644004742
Binary100011111010111110101010101110010110100100000000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47357A; }

 p { color: rgb(71,53,122); }

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

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

 a { background-color: rgb(71,53,122); }

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

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

 span { border-color: rgb(71,53,122); }

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