#473679

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

Shades of Windsor #473679

Tints of Windsor #473679

Color information

#473679 (or 0x473679) is unknown color: approx Windsor. HEX triplet: 47, 36 and 79. RGB value is (71,54,121). Sum of RGB (Red+Green+Blue) = 71+54+121=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #473679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473679 is #B8C986. Grayscale: #424242. Windows color (decimal): -12110215 or 7943751. OLE color: 7943751.

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

Color convert

RGB7154121-
CMYK0.410.5500.53
HSL255.22º38.29%34.31%-
HSV(B)255.22º55.37%47.45%-
XYZ7.375.3618.74-
YUV66.72158.63131.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=28.86%
G=21.95%
B=49.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71541210.410.5500.53255.2238.2934.31
Hex4736792937035ff2622
Octal1076617151670653774642
Binary10001111101101111001101001110111011010111111111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473679; }

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

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

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

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

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

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

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

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