#442977

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

Shades of Windsor #442977

Tints of Windsor #442977

Color information

#442977 (or 0x442977) is unknown color: approx Windsor. HEX triplet: 44, 29 and 77. RGB value is (68,41,119). Sum of RGB (Red+Green+Blue) = 68+41+119=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #442977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442977 is #BBD688. Grayscale: #393939. Windows color (decimal): -12310153 or 7809348. OLE color: 7809348.

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

Color convert

RGB6841119-
CMYK0.430.6600.53
HSL260.77º48.75%31.37%-
HSV(B)260.77º65.55%46.67%-
XYZ6.514.1517.91-
YUV57.96162.45135.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=29.82%
G=17.98%
B=52.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68411190.430.6600.53260.7748.7531.37
Hex4429772B42035105311f
Octal10451167531020654056137
Binary100010010100111101111010111000010011010110000010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442977; }

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

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

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

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

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

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

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

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