#44306E

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

Shades of Windsor #44306E

Tints of Windsor #44306E

Color information

#44306E (or 0x44306E) is unknown color: approx Windsor. HEX triplet: 44, 30 and 6E. RGB value is (68,48,110). Sum of RGB (Red+Green+Blue) = 68+48+110=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #44306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44306E is #BBCF91. Grayscale: #3C3C3C. Windows color (decimal): -12308370 or 7221316. OLE color: 7221316.

HSL color Cylindrical-coordinate representation of color #44306E: hue angle of 259.35º 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 #44306E is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6848110-
CMYK0.380.5600.57
HSL259.35º39.24%30.98%-
HSV(B)259.35º56.36%43.14%-
XYZ6.264.4715.28-
YUV61.05155.63132.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 110 (43.36% from 255) = 48.67%
R=30.09%
G=21.24%
B=48.67%

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
Decimal68481100.380.5600.57259.3539.2430.98
Hex44306E2638039103271f
Octal1046015646700714034737
Binary10001001100001101110100110111000011100110000001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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