#44306D

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

Shades of Windsor #44306D

Tints of Windsor #44306D

Color information

#44306D (or 0x44306D) is unknown color: approx Windsor. HEX triplet: 44, 30 and 6D. RGB value is (68,48,109). Sum of RGB (Red+Green+Blue) = 68+48+109=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #44306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44306D is #BBCF92. Grayscale: #3C3C3C. Windows color (decimal): -12308371 or 7155780. OLE color: 7155780.

HSL color Cylindrical-coordinate representation of color #44306D: hue angle of 259.67º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44306D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6848109-
CMYK0.380.5600.57
HSL259.67º38.85%30.78%-
HSV(B)259.67º55.96%42.75%-
XYZ6.24.4515-
YUV60.93155.13133.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=30.22%
G=21.33%
B=48.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68481090.380.5600.57259.6738.8530.78
Hex44306D2638039104271f
Octal1046015546700714044737
Binary10001001100001101101100110111000011100110000010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44306D; }

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

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

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

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

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

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

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

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