#44267B

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

Shades of Windsor #44267B

Tints of Windsor #44267B

Color information

#44267B (or 0x44267B) is unknown color: approx Windsor. HEX triplet: 44, 26 and 7B. RGB value is (68,38,123). Sum of RGB (Red+Green+Blue) = 68+38+123=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #44267B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44267B is #BBD984. Grayscale: #383838. Windows color (decimal): -12310917 or 8070724. OLE color: 8070724.

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

Color convert

RGB6838123-
CMYK0.450.6900.52
HSL261.18º52.8%31.57%-
HSV(B)261.18º69.11%48.24%-
XYZ6.654.0519.17-
YUV56.66165.44136.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=29.69%
G=16.59%
B=53.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68381230.450.6900.52261.1852.831.57
Hex44267B2D450341053520
Octal10446173551050644056540
Binary1000100100110111101110110110001010110100100000101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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