#47377B

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

Shades of Windsor #47377B

Tints of Windsor #47377B

Color information

#47377B (or 0x47377B) is unknown color: approx Windsor. HEX triplet: 47, 37 and 7B. RGB value is (71,55,123). Sum of RGB (Red+Green+Blue) = 71+55+123=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #47377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47377B is #B8C884. Grayscale: #434343. Windows color (decimal): -12109957 or 8075079. OLE color: 8075079.

HSL color Cylindrical-coordinate representation of color #47377B: hue angle of 254.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47377B is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7155123-
CMYK0.420.5500.52
HSL254.12º38.2%34.9%-
HSV(B)254.12º55.28%48.24%-
XYZ7.545.519.4-
YUV67.54159.3130.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 55 (21.88% from 255) = 22.09%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=28.51%
G=22.09%
B=49.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71551230.420.5500.52254.1238.234.9
Hex47377B2A37034fe2623
Octal1076717352670643764643
Binary10001111101111111011101010110111011010011111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47377B; }

 p { color: rgb(71,55,123); }

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

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

 a { background-color: rgb(71,55,123); }

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

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

 span { border-color: rgb(71,55,123); }

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