#443472

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

Shades of Windsor #443472

Tints of Windsor #443472

Color information

#443472 (or 0x443472) is unknown color: approx Windsor. HEX triplet: 44, 34 and 72. RGB value is (68,52,114). Sum of RGB (Red+Green+Blue) = 68+52+114=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #443472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443472 is #BBCB8D. Grayscale: #3F3F3F. Windows color (decimal): -12307342 or 7484484. OLE color: 7484484.

HSL color Cylindrical-coordinate representation of color #443472: hue angle of 255.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443472 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6852114-
CMYK0.400.5400.55
HSL255.48º37.35%32.55%-
HSV(B)255.48º54.39%44.71%-
XYZ6.654.916.51-
YUV63.85156.3130.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=29.06%
G=22.22%
B=48.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68521140.400.5400.55255.4837.3532.55
Hex4434722836037ff2521
Octal1046416250660673774541
Binary10001001101001110010101000110110011011111111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443472; }

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

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

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

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

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

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

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

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