#442B7F

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

Shades of Windsor #442B7F

Tints of Windsor #442B7F

Color information

#442B7F (or 0x442B7F) is unknown color: approx Windsor. HEX triplet: 44, 2B and 7F. RGB value is (68,43,127). Sum of RGB (Red+Green+Blue) = 68+43+127=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #442B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442B7F is #BBD480. Grayscale: #3B3B3B. Windows color (decimal): -12309633 or 8334148. OLE color: 8334148.

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

Color convert

RGB6843127-
CMYK0.460.6600.50
HSL257.86º49.41%33.33%-
HSV(B)257.86º66.14%49.8%-
XYZ7.084.4920.57-
YUV60.05165.78133.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 127 (50% from 255) = 53.36%
R=28.57%
G=18.07%
B=53.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68431270.460.6600.50257.8649.4133.33
Hex442B7F2E420321023121
Octal10453177561020624026141
Binary1000100101011111111110111010000100110010100000010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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