#44207B

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

Shades of Windsor #44207B

Tints of Windsor #44207B

Color information

#44207B (or 0x44207B) is unknown color: approx Windsor. HEX triplet: 44, 20 and 7B. RGB value is (68,32,123). Sum of RGB (Red+Green+Blue) = 68+32+123=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #44207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44207B is #BBDF84. Grayscale: #343434. Windows color (decimal): -12312453 or 8069188. OLE color: 8069188.

HSL color Cylindrical-coordinate representation of color #44207B: hue angle of 263.74º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44207B is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6832123-
CMYK0.450.7400.52
HSL263.74º58.71%30.39%-
HSV(B)263.74º73.98%48.24%-
XYZ6.483.6919.11-
YUV53.14167.43138.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=30.49%
G=14.35%
B=55.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68321230.450.7400.52263.7458.7130.39
Hex44207B2D4A0341083b1e
Octal10440173551120644107336
Binary100010010000011110111011011001010011010010000100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44207B; }

 p { color: rgb(68,32,123); }

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

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

 a { background-color: rgb(68,32,123); }

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

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

 span { border-color: rgb(68,32,123); }

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