#442770

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

Shades of Windsor #442770

Tints of Windsor #442770

Color information

#442770 (or 0x442770) is unknown color: approx Windsor. HEX triplet: 44, 27 and 70. RGB value is (68,39,112). Sum of RGB (Red+Green+Blue) = 68+39+112=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #442770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442770 is #BBD88F. Grayscale: #373737. Windows color (decimal): -12310672 or 7350084. OLE color: 7350084.

HSL color Cylindrical-coordinate representation of color #442770: hue angle of 263.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442770 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6839112-
CMYK0.390.6500.56
HSL263.84º48.34%29.61%-
HSV(B)263.84º65.18%43.92%-
XYZ6.033.8515.75-
YUV55.99159.61136.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=31.05%
G=17.81%
B=51.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68391120.390.6500.56263.8448.3429.61
Hex4427702741038108301e
Octal10447160471010704106036
Binary100010010011111100001001111000001011100010000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442770; }

 p { color: rgb(68,39,112); }

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

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

 a { background-color: rgb(68,39,112); }

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

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

 span { border-color: rgb(68,39,112); }

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