#443478

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

Shades of Windsor #443478

Tints of Windsor #443478

Color information

#443478 (or 0x443478) is unknown color: approx Windsor. HEX triplet: 44, 34 and 78. RGB value is (68,52,120). Sum of RGB (Red+Green+Blue) = 68+52+120=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #443478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443478 is #BBCB87. Grayscale: #404040. Windows color (decimal): -12307336 or 7877700. OLE color: 7877700.

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

Color convert

RGB6852120-
CMYK0.430.5700.53
HSL254.12º39.53%33.73%-
HSV(B)254.12º56.67%47.06%-
XYZ75.0418.37-
YUV64.54159.3130.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 120 (47.27% from 255) = 50%
R=28.33%
G=21.67%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68521200.430.5700.53254.1239.5333.73
Hex4434782B39035fe2822
Octal1046417053710653765042
Binary10001001101001111000101011111001011010111111110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443478; }

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

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

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

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

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

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

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

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