#443078

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

Shades of Windsor #443078

Tints of Windsor #443078

Color information

#443078 (or 0x443078) is unknown color: approx Windsor. HEX triplet: 44, 30 and 78. RGB value is (68,48,120). Sum of RGB (Red+Green+Blue) = 68+48+120=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #443078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443078 is #BBCF87. Grayscale: #3D3D3D. Windows color (decimal): -12308360 or 7876676. OLE color: 7876676.

HSL color Cylindrical-coordinate representation of color #443078: hue angle of 256.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #443078 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6848120-
CMYK0.430.6000.53
HSL256.67º42.86%32.94%-
HSV(B)256.67º60%47.06%-
XYZ6.834.718.32-
YUV62.19160.63132.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=28.81%
G=20.34%
B=50.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68481200.430.6000.53256.6742.8632.94
Hex4430782B3C0351012b21
Octal1046017053740654015341
Binary100010011000011110001010111111000110101100000001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443078; }

 p { color: rgb(68,48,120); }

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

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

 a { background-color: rgb(68,48,120); }

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

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

 span { border-color: rgb(68,48,120); }

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