#47337A

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

Shades of Windsor #47337A

Tints of Windsor #47337A

Color information

#47337A (or 0x47337A) is unknown color: approx Windsor. HEX triplet: 47, 33 and 7A. RGB value is (71,51,122). Sum of RGB (Red+Green+Blue) = 71+51+122=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #47337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47337A is #B8CC85. Grayscale: #404040. Windows color (decimal): -12110982 or 8008519. OLE color: 8008519.

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

Color convert

RGB7151122-
CMYK0.420.5800.52
HSL256.9º41.04%33.92%-
HSV(B)256.9º58.2%47.84%-
XYZ7.35.1119.01-
YUV65.07160.13132.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 122 (48.05% from 255) = 50%
R=29.10%
G=20.90%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71511220.420.5800.52256.941.0433.92
Hex47337A2A3A0341012922
Octal1076317252720644015142
Binary100011111001111110101010101110100110100100000001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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