#442974

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

Shades of Windsor #442974

Tints of Windsor #442974

Color information

#442974 (or 0x442974) is unknown color: approx Windsor. HEX triplet: 44, 29 and 74. RGB value is (68,41,116). Sum of RGB (Red+Green+Blue) = 68+41+116=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #442974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442974 is #BBD68B. Grayscale: #393939. Windows color (decimal): -12310156 or 7612740. OLE color: 7612740.

HSL color Cylindrical-coordinate representation of color #442974: hue angle of 261.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442974 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6841116-
CMYK0.410.6500.55
HSL261.6º47.77%30.78%-
HSV(B)261.6º64.66%45.49%-
XYZ6.334.0816.98-
YUV57.62160.95135.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=30.22%
G=18.22%
B=51.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68411160.410.6500.55261.647.7730.78
Hex4429742941037106301f
Octal10451164511010674066037
Binary100010010100111101001010011000001011011110000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442974; }

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

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

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

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

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

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

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

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