#44557C

Color #44557C Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #44557C

Tints of Chambray #44557C

Color information

#44557C (or 0x44557C) is unknown color: approx Chambray. HEX triplet: 44, 55 and 7C. RGB value is (68,85,124). Sum of RGB (Red+Green+Blue) = 68+85+124=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #44557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44557C is #BBAA83. Grayscale: #545454. Windows color (decimal): -12298884 or 8148292. OLE color: 8148292.

HSL color Cylindrical-coordinate representation of color #44557C: hue angle of 221.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44557C is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6885124-
CMYK0.450.3100.51
HSL221.79º29.17%37.65%-
HSV(B)221.79º45.16%48.63%-
XYZ9.279.1820.35-
YUV84.36150.37116.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=24.55%
G=30.69%
B=44.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68851240.450.3100.51221.7929.1737.65
Hex44557C2D1F033de1d26
Octal10412517455370633363546
Binary1000100101010111111001011011111101100111101111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44557C; }

 p { color: rgb(68,85,124); }

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

<style>
 a { background-color: #44557C; }

 a { background-color: rgb(68,85,124); }

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

<style>
 span { border-color: #44557C; }

 span { border-color: rgb(68,85,124); }

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