#44577E

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

Shades of Chambray #44577E

Tints of Chambray #44577E

Color information

#44577E (or 0x44577E) is unknown color: approx Chambray. HEX triplet: 44, 57 and 7E. RGB value is (68,87,126). Sum of RGB (Red+Green+Blue) = 68+87+126=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #44577E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44577E is #BBA881. Grayscale: #555555. Windows color (decimal): -12298370 or 8279876. OLE color: 8279876.

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

Color convert

RGB6887126-
CMYK0.460.3100.51
HSL220.34º29.9%38.04%-
HSV(B)220.34º46.03%49.41%-
XYZ9.569.5521.08-
YUV85.76150.71115.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 126 (49.61% from 255) = 44.84%
R=24.20%
G=30.96%
B=44.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68871260.460.3100.51220.3429.938.04
Hex44577E2E1F033dc1e26
Octal10412717656370633343646
Binary1000100101011111111101011101111101100111101110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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