#442F7A

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

Shades of Windsor #442F7A

Tints of Windsor #442F7A

Color information

#442F7A (or 0x442F7A) is unknown color: approx Windsor. HEX triplet: 44, 2F and 7A. RGB value is (68,47,122). Sum of RGB (Red+Green+Blue) = 68+47+122=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #442F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F7A is #BBD085. Grayscale: #3D3D3D. Windows color (decimal): -12308614 or 8007492. OLE color: 8007492.

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

Color convert

RGB6847122-
CMYK0.440.6100.52
HSL256.8º44.38%33.14%-
HSV(B)256.8º61.48%47.84%-
XYZ6.914.6718.95-
YUV61.83161.96132.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=28.69%
G=19.83%
B=51.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68471220.440.6100.52256.844.3833.14
Hex442F7A2C3D0341012c21
Octal1045717254750644015441
Binary100010010111111110101011001111010110100100000001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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