#44307A

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

Shades of Windsor #44307A

Tints of Windsor #44307A

Color information

#44307A (or 0x44307A) is unknown color: approx Windsor. HEX triplet: 44, 30 and 7A. RGB value is (68,48,122). Sum of RGB (Red+Green+Blue) = 68+48+122=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #44307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44307A is #BBCF85. Grayscale: #3E3E3E. Windows color (decimal): -12308358 or 8007748. OLE color: 8007748.

HSL color Cylindrical-coordinate representation of color #44307A: hue angle of 256.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44307A is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6848122-
CMYK0.440.6100.52
HSL256.22º43.53%33.33%-
HSV(B)256.22º60.66%47.84%-
XYZ6.954.7518.96-
YUV62.42161.63131.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 122 (48.05% from 255) = 51.26%
R=28.57%
G=20.17%
B=51.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68481220.440.6100.52256.2243.5333.33
Hex44307A2C3D0341002c21
Octal1046017254750644005441
Binary100010011000011110101011001111010110100100000000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44307A; }

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

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

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

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

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

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

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

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