#44577F

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

Shades of Chambray #44577F

Tints of Chambray #44577F

Color information

#44577F (or 0x44577F) is unknown color: approx Chambray. HEX triplet: 44, 57 and 7F. RGB value is (68,87,127). Sum of RGB (Red+Green+Blue) = 68+87+127=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #44577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44577F is #BBA880. Grayscale: #555555. Windows color (decimal): -12298369 or 8345412. OLE color: 8345412.

HSL color Cylindrical-coordinate representation of color #44577F: hue angle of 220.68º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44577F is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6887127-
CMYK0.460.3100.50
HSL220.68º30.26%38.24%-
HSV(B)220.68º46.46%49.8%-
XYZ9.629.5821.42-
YUV85.88151.21115.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 127 (50% from 255) = 45.04%
R=24.11%
G=30.85%
B=45.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68871270.460.3100.50220.6830.2638.24
Hex44577F2E1F032dd1e26
Octal10412717756370623353646
Binary1000100101011111111111011101111101100101101110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44577F; }

 p { color: rgb(68,87,127); }

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

<style>
 a { background-color: #44577F; }

 a { background-color: rgb(68,87,127); }

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

<style>
 span { border-color: #44577F; }

 span { border-color: rgb(68,87,127); }

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