#473072

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

Shades of Windsor #473072

Tints of Windsor #473072

Color information

#473072 (or 0x473072) is unknown color: approx Windsor. HEX triplet: 47, 30 and 72. RGB value is (71,48,114). Sum of RGB (Red+Green+Blue) = 71+48+114=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #473072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473072 is #B8CF8D. Grayscale: #3E3E3E. Windows color (decimal): -12111758 or 7483463. OLE color: 7483463.

HSL color Cylindrical-coordinate representation of color #473072: hue angle of 260.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473072 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7148114-
CMYK0.380.5800.55
HSL260.91º40.74%31.76%-
HSV(B)260.91º57.89%44.71%-
XYZ6.694.6716.47-
YUV62.4157.12134.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=30.47%
G=20.60%
B=48.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71481140.380.5800.55260.9140.7431.76
Hex473072263A0371052920
Octal1076016246720674055140
Binary100011111000011100101001101110100110111100000101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473072; }

 p { color: rgb(71,48,114); }

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

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

 a { background-color: rgb(71,48,114); }

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

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

 span { border-color: rgb(71,48,114); }

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