#47237B

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

Shades of Windsor #47237B

Tints of Windsor #47237B

Color information

#47237B (or 0x47237B) is unknown color: approx Windsor. HEX triplet: 47, 23 and 7B. RGB value is (71,35,123). Sum of RGB (Red+Green+Blue) = 71+35+123=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #47237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47237B is #B8DC84. Grayscale: #373737. Windows color (decimal): -12115077 or 8069959. OLE color: 8069959.

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

Color convert

RGB7135123-
CMYK0.420.7200.52
HSL264.55º55.7%30.98%-
HSV(B)264.55º71.54%48.24%-
XYZ6.773.9719.15-
YUV55.8165.93138.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=31.00%
G=15.28%
B=53.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71351230.420.7200.52264.5555.730.98
Hex47237B2A48034109381f
Octal10743173521100644117037
Binary100011110001111110111010101001000011010010000100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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