#442677

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

Shades of Windsor #442677

Tints of Windsor #442677

Color information

#442677 (or 0x442677) is unknown color: approx Windsor. HEX triplet: 44, 26 and 77. RGB value is (68,38,119). Sum of RGB (Red+Green+Blue) = 68+38+119=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #442677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442677 is #BBD988. Grayscale: #373737. Windows color (decimal): -12310921 or 7808580. OLE color: 7808580.

HSL color Cylindrical-coordinate representation of color #442677: hue angle of 262.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442677 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6838119-
CMYK0.430.6800.53
HSL262.22º51.59%30.78%-
HSV(B)262.22º68.07%46.67%-
XYZ6.413.9517.88-
YUV56.2163.44136.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=30.22%
G=16.89%
B=52.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68381190.430.6800.53262.2251.5930.78
Hex4426772B44035106341f
Octal10446167531040654066437
Binary100010010011011101111010111000100011010110000011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442677; }

 p { color: rgb(68,38,119); }

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

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

 a { background-color: rgb(68,38,119); }

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

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

 span { border-color: rgb(68,38,119); }

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