#443174

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

Shades of Windsor #443174

Tints of Windsor #443174

Color information

#443174 (or 0x443174) is unknown color: approx Windsor. HEX triplet: 44, 31 and 74. RGB value is (68,49,116). Sum of RGB (Red+Green+Blue) = 68+49+116=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #443174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443174 is #BBCE8B. Grayscale: #3E3E3E. Windows color (decimal): -12308108 or 7614788. OLE color: 7614788.

HSL color Cylindrical-coordinate representation of color #443174: hue angle of 257.01º 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 #443174 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6849116-
CMYK0.410.5800.55
HSL257.01º40.61%32.35%-
HSV(B)257.01º57.76%45.49%-
XYZ6.634.6917.08-
YUV62.32158.29132.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=29.18%
G=21.03%
B=49.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68491160.410.5800.55257.0140.6132.35
Hex443174293A0371012920
Octal1046116451720674015140
Binary100010011000111101001010011110100110111100000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443174; }

 p { color: rgb(68,49,116); }

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

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

 a { background-color: rgb(68,49,116); }

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

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

 span { border-color: rgb(68,49,116); }

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