#442874

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

Shades of Windsor #442874

Tints of Windsor #442874

Color information

#442874 (or 0x442874) is unknown color: approx Windsor. HEX triplet: 44, 28 and 74. RGB value is (68,40,116). Sum of RGB (Red+Green+Blue) = 68+40+116=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #442874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442874 is #BBD78B. Grayscale: #383838. Windows color (decimal): -12310412 or 7612484. OLE color: 7612484.

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

Color convert

RGB6840116-
CMYK0.410.6600.55
HSL262.11º48.72%30.59%-
HSV(B)262.11º65.52%45.49%-
XYZ6.34.0116.96-
YUV57.04161.28135.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=30.36%
G=17.86%
B=51.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68401160.410.6600.55262.1148.7230.59
Hex4428742942037106311f
Octal10450164511020674066137
Binary100010010100011101001010011000010011011110000011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442874; }

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

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

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

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

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

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

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

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