#442E7A

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

Shades of Windsor #442E7A

Tints of Windsor #442E7A

Color information

#442E7A (or 0x442E7A) is unknown color: approx Windsor. HEX triplet: 44, 2E and 7A. RGB value is (68,46,122). Sum of RGB (Red+Green+Blue) = 68+46+122=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #442E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442E7A is #BBD185. Grayscale: #3C3C3C. Windows color (decimal): -12308870 or 8007236. OLE color: 8007236.

HSL color Cylindrical-coordinate representation of color #442E7A: hue angle of 257.37º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442E7A is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6846122-
CMYK0.440.6200.52
HSL257.37º45.24%32.94%-
HSV(B)257.37º62.3%47.84%-
XYZ6.874.5918.94-
YUV61.24162.29132.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=28.81%
G=19.49%
B=51.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68461220.440.6200.52257.3745.2432.94
Hex442E7A2C3E0341012d21
Octal1045617254760644015541
Binary100010010111011110101011001111100110100100000001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,46,122); }

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

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

 a { background-color: rgb(68,46,122); }

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

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

 span { border-color: rgb(68,46,122); }

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