#442B6E

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

Shades of Windsor #442B6E

Tints of Windsor #442B6E

Color information

#442B6E (or 0x442B6E) is unknown color: approx Windsor. HEX triplet: 44, 2B and 6E. RGB value is (68,43,110). Sum of RGB (Red+Green+Blue) = 68+43+110=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #442B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B6E is #BBD491. Grayscale: #393939. Windows color (decimal): -12309650 or 7220036. OLE color: 7220036.

HSL color Cylindrical-coordinate representation of color #442B6E: hue angle of 262.39º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442B6E is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6843110-
CMYK0.380.6100.57
HSL262.39º43.79%30%-
HSV(B)262.39º60.91%43.14%-
XYZ6.064.0815.22-
YUV58.11157.28135.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=30.77%
G=19.46%
B=49.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68431100.380.6100.57262.3943.7930
Hex442B6E263D0391062c1e
Octal1045315646750714065436
Binary10001001010111101110100110111101011100110000011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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