#47278B

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

Shades of Windsor #47278B

Tints of Windsor #47278B

Color information

#47278B (or 0x47278B) is unknown color: approx Windsor. HEX triplet: 47, 27 and 8B. RGB value is (71,39,139). Sum of RGB (Red+Green+Blue) = 71+39+139=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #47278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47278B is #B8D874. Grayscale: #3B3B3B. Windows color (decimal): -12114037 or 9119559. OLE color: 9119559.

HSL color Cylindrical-coordinate representation of color #47278B: hue angle of 259.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47278B is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7139139-
CMYK0.490.7200.45
HSL259.2º56.18%34.9%-
HSV(B)259.2º71.94%54.51%-
XYZ7.984.6524.9-
YUV59.97172.6135.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=28.51%
G=15.66%
B=55.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71391390.490.7200.45259.256.1834.9
Hex47278B314802D1033823
Octal10747213611100554037043
Binary10001111001111000101111000110010000101101100000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47278B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,39,139); }

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

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

 a { background-color: rgb(71,39,139); }

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

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

 span { border-color: rgb(71,39,139); }

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