#442B7D

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

Shades of Windsor #442B7D

Tints of Windsor #442B7D

Color information

#442B7D (or 0x442B7D) is unknown color: approx Windsor. HEX triplet: 44, 2B and 7D. RGB value is (68,43,125). Sum of RGB (Red+Green+Blue) = 68+43+125=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #442B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B7D is #BBD482. Grayscale: #3B3B3B. Windows color (decimal): -12309635 or 8203076. OLE color: 8203076.

HSL color Cylindrical-coordinate representation of color #442B7D: hue angle of 258.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442B7D is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6843125-
CMYK0.460.6600.51
HSL258.29º48.81%32.94%-
HSV(B)258.29º65.6%49.02%-
XYZ6.954.4419.89-
YUV59.82164.78133.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=28.81%
G=18.22%
B=52.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68431250.460.6600.51258.2948.8132.94
Hex442B7D2E420331023121
Octal10453175561020634026141
Binary1000100101011111110110111010000100110011100000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442B7D; }

 p { color: rgb(68,43,125); }

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

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

 a { background-color: rgb(68,43,125); }

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

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

 span { border-color: rgb(68,43,125); }

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