#443675

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

Shades of Windsor #443675

Tints of Windsor #443675

Color information

#443675 (or 0x443675) is unknown color: approx Windsor. HEX triplet: 44, 36 and 75. RGB value is (68,54,117). Sum of RGB (Red+Green+Blue) = 68+54+117=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #443675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443675 is #BBC98A. Grayscale: #414141. Windows color (decimal): -12306827 or 7681604. OLE color: 7681604.

HSL color Cylindrical-coordinate representation of color #443675: hue angle of 253.33º 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 #443675 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6854117-
CMYK0.420.5400.54
HSL253.33º36.84%33.53%-
HSV(B)253.33º53.85%45.88%-
XYZ6.915.1517.46-
YUV65.37157.14129.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=28.45%
G=22.59%
B=48.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68541170.420.5400.54253.3336.8433.53
Hex4436752A36036fd2522
Octal1046616552660663754542
Binary10001001101101110101101010110110011011011111101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443675; }

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

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

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

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

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

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

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

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