#473675

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

Shades of Windsor #473675

Tints of Windsor #473675

Color information

#473675 (or 0x473675) is unknown color: approx Windsor. HEX triplet: 47, 36 and 75. RGB value is (71,54,117). Sum of RGB (Red+Green+Blue) = 71+54+117=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #473675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473675 is #B8C98A. Grayscale: #424242. Windows color (decimal): -12110219 or 7681607. OLE color: 7681607.

HSL color Cylindrical-coordinate representation of color #473675: hue angle of 256.19º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #473675 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7154117-
CMYK0.390.5400.54
HSL256.19º36.84%33.53%-
HSV(B)256.19º53.85%45.88%-
XYZ7.135.2617.47-
YUV66.26156.63131.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.34%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 117 (46.09% from 255) = 48.35%
R=29.34%
G=22.31%
B=48.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71541170.390.5400.54256.1936.8433.53
Hex47367527360361002522
Octal1076616547660664004542
Binary100011111011011101011001111101100110110100000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473675; }

 p { color: rgb(71,54,117); }

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

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

 a { background-color: rgb(71,54,117); }

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

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

 span { border-color: rgb(71,54,117); }

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