#442274

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

Shades of Windsor #442274

Tints of Windsor #442274

Color information

#442274 (or 0x442274) is unknown color: approx Windsor. HEX triplet: 44, 22 and 74. RGB value is (68,34,116). Sum of RGB (Red+Green+Blue) = 68+34+116=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #442274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442274 is #BBDD8B. Grayscale: #353535. Windows color (decimal): -12311948 or 7610948. OLE color: 7610948.

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

Color convert

RGB6834116-
CMYK0.410.7100.55
HSL264.88º54.67%29.41%-
HSV(B)264.88º70.69%45.49%-
XYZ6.113.6316.9-
YUV53.51163.26138.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=31.19%
G=15.60%
B=53.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68341160.410.7100.55264.8854.6729.41
Hex4422742947037109371d
Octal10442164511070674116735
Binary100010010001011101001010011000111011011110000100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442274; }

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

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

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

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

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

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

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

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